-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add meta.environment to <env>/name.yml #85
Comments
Is meta.vault_prefix sufficient? It's defined in name.yaml Sent from my iPhone
|
|
I have also run into this. Having something like this would be awesome:
Because then I can add something like this to global:
|
Sounds good to me. Just wanted to make sure vault_prefix wasn't enough :) Sent from my iPhone
|
There are some paths in vault that we would like to specify in
site/properties.yml
that differ only by the 'environment' section of the path.eg:
(( vault "secret/aws/" meta.environment "shield/something:secret" ))
Could the environment name be added to the
name.yml
file by default on environment creation? I think this could be generally useful.The text was updated successfully, but these errors were encountered: