We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks to @cameronlynn for pointing this out. It is possible to use two paths where a value like SECRET would be in both.
SECRET
X_CRYPTEIA_SSM1: x-crypteia-ssm-path:/myapp/1/env X_CRYPTEIA_SSM2: x-crypteia-ssm-path:/myapp/2/env SECRET: x-crypteia
In this case, there is no deterministic behavior on what the value of SECRET would be. Should we handle this? Document it? Etc?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks to @cameronlynn for pointing this out. It is possible to use two paths where a value like
SECRET
would be in both.In this case, there is no deterministic behavior on what the value of
SECRET
would be. Should we handle this? Document it? Etc?The text was updated successfully, but these errors were encountered: