AWS Secrets Manager

0

Does AWS secret mangers Rotation configuration changes the password on Database itself or same password which was added first time, just gets encrypted with new key at the end of specified window. Reason if its changes the password on Database any other application using same credentials will fail(I mean any connection established on same credentials outside from AWS on same Database). Please let know.

preguntada hace 2 años436 visualizaciones
1 Respuesta
1

Secret manager would create a new password & not encrypt existing password with new key. For application to authenticate to DB, you should use the Secret Manager API to dynamically fetch the current credentials from Secret Manager rather than something static in config files or environment variables.

You might find this blog useful.

--Syd

profile picture
Syd
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas