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.

demandé il y a 2 ans436 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions