Replies: 1 comment 3 replies
-
Hey @Xen85, check out our sample how to call secrets manager here. Regarding naming secrets with the same name you will have to use JSON structure inside AWS and have keys named differently.
The second secret is named:
If you would call Inside your properties, you can resolve passwords like: Hope this helps. If you have more questions feel free to write. :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm using version 2.4.x
i need to use a secret to configure my redis elasticache and another one to configure my posgress db.
I watched this video https://youtu.be/gIbr6-AR6T8 that it's possibile to use secret to configure posgress.
I also watched this video https://youtu.be/2WwR2zbkQdQ where you described RDS service, is it possible to use secret manager to connect to the RDS ?
I've saw another article https://reflectoring.io/spring-cloud-aws-redis/ to connect to redis for elasticache but I need to do the same via secrets.
Another question about secretsManager, if i have many secretis to import with same property names (as "password" for example), is it possible to import them with a different prefix in my properties?
example : secret1.password, secret2.password?
Thank you for answering!
Beta Was this translation helpful? Give feedback.
All reactions