🔒Security
Defensive practices for trust and security at every step.
Last updated
Defensive practices for trust and security at every step.
Last updated
When dealing with information about your cloud posture, as well as Terraform State files, security needs to be at the forefront. That is why dragondrop has engineered security and trust into every step of ensuring that your cloud is represented fully, and accurately, as code.
The entire cloud-concierge container code is open sourced and availble for viewing and auditing.
The cloud-concierge container is self-hosted for all executions
After container execution, all visualizations and identified new resources are exposed through a pull request within your existing VCS
When generating service principals for dragondrop to be able to complete the requisite cloud scanning, only read-only permissions should be granted to your cloud environment and the provider remote buckets that store Terraform state files.
The dragondrop container will never directly make changes to your Terraform code base. It will only open a Pull Request in your VCS containing recommended changes and import blocks/import statements.
Like all other code, your developers have final sign-off and approval into whether or not to merge the suggestions.
Comments, discussions and changes to the original dragondrop suggestions are all recorded within your VCS.