Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 27, 2025
1 parent a6aea7a commit a2e91a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions aws/proposals/oracle-secret-rotation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ Create script (python, powershell) to pull secret with AWS CLI or SDK:
get-oracle-password --rds-instance NAME --database NAME --username NAME

outputs password

## Deployment

* use SAM (TF resource) once per region for the Lambda stuff
* prefix of ent-oracle-user-secret-rotation (maybe)
* create module to create the secret (using the form above) and inputs of all the other things
* perhaps with the starter password too? or generate it and have an admin add it?

0 comments on commit a2e91a9

Please sign in to comment.