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

decrypting environment variables in properties file #147

Closed
hardikSinghBehl opened this issue Jul 18, 2022 · 0 comments
Closed

decrypting environment variables in properties file #147

hardikSinghBehl opened this issue Jul 18, 2022 · 0 comments

Comments

@hardikSinghBehl
Copy link

I am unable to perform decryption when using environment variables in application.properties file. Tried different combinations to integrate with the keyword {cipher} but none of them were successful. Could anyone tell if that's possible and what is being done wrong

com.behl.strongbox.aws.access-key={cipher}${AWS_ACCESS_KEY:exampleEncryptedKey} ❌

Decryption is successful when not using environment variable placeholder

com.behl.strongbox.aws.access-key={cipher}exampleEncryptedKey ✅
@hardikSinghBehl hardikSinghBehl closed this as not planned Won't fix, can't repro, duplicate, stale May 14, 2024
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

No branches or pull requests

1 participant