Skip to content

Support TextEncryptor in new ConfigData framework #872

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

Merged
merged 2 commits into from
Dec 20, 2020
Merged

Conversation

spencergibb
Copy link
Member

This updates to allow ConfigData impls such as config client, consul and zk to decrypt credentials before making remote calls.

Still missing support for decryption during normal calls into Environment.

Fixes gh-815

@spencergibb
Copy link
Member Author

See spring-cloud/spring-cloud-config#1773 for usage

marcingrzejszczak and others added 2 commits December 20, 2020 11:12
It is registered in TextEncryptorConfigBootstrapper for later use in
other ConfigData implementations.
This is used if bootstrap and legacy processing are not enabled.

EnvironmentDecryptApplicationInitializer is only is if bootstrap and legacy processing are enabled.

Fixes gh-815
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Property source decryption not working in Ilford
2 participants