Skip to content
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

Convert KMS translator to a Lookup #200

Merged
merged 4 commits into from
Aug 31, 2016

Conversation

mwildehahn
Copy link
Contributor

This converts the KMS translator to a Lookup.

This changes the syntax for referencing kms encrypted values within environment & configs, instead of conf_value: !kms <encrypted value> you should use the new lookup syntax: conf_value: ${kms <encrypted value>}.

@phobologic
Copy link
Member

Just off the top of my head, lets not remove the translator right away. We should keep it around, and slowly migrate away from the old syntax to the new.

@mwildehahn
Copy link
Contributor Author

yea, probably a good call

@phobologic
Copy link
Member

👍 looks good, looks like there's a conflict from other changes, can you refresh it and deal with the conflicts, and then go ahead and merge. Thanks.

@mwildehahn mwildehahn merged commit e9b7dca into cloudtools:master Aug 31, 2016
@mwildehahn mwildehahn deleted the kms-translator-to-lookup branch August 31, 2016 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants