In modern software engineering, most software being authored deals with some static or dynamic configuration that can be regarded as a “secret”. Secrets are any piece of information that your software relies on for operation but that which you would not want made publicly available. An example of application secrets would be credentials for accessing an external service, such as a payment processing gateway, or a cloud storage bucket.
Secrets should NEVER be committed to any source control system!
If you need help managing secrets for your project or need access to the Vaults, please reach out in Slack in #eng-devops.
var.secrets.<app>.<secret_name>
var.secrets.hitchedup.enom-api-key