-
Notifications
You must be signed in to change notification settings - Fork 397
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
secretsmanager_secret: add 'overwrite' parameter #1628
secretsmanager_secret: add 'overwrite' parameter #1628
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
6ec6db2
to
ceba264
Compare
Adds an 'overwrite' parameter - If set to True, an existing secret with the same name will be overwritten. - If set to False, a secret with the given name will only be created if none exists. Closes ansible-collections#1626 Signed-off-by: Brad Solomon <[email protected]>
2a92f21
to
414e554
Compare
f9d729f
to
9eab93a
Compare
@brsolomon-deloitte Thanks for taking the time to submit this PR I've rebased the PR, added some integration tests and a changelog fragment. |
9eab93a
to
ca18c50
Compare
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #1715 🤖 @patchback |
secretsmanager_secret: add 'overwrite' parameter SUMMARY Adds an 'overwrite' parameter to secretsmanager_secret - If set to True, an existing secret with the same name will be overwritten. - If set to False, a secret with the given name will only be created if none exists. Fixes #1626 ISSUE TYPE Feature Pull Request COMPONENT NAME secretsmanager_secret ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None> Reviewed-by: Markus Bergholz <[email protected]> (cherry picked from commit 4bfcb0c)
Thanks for rounding out the rest of the PR and getting it merged! This will be a valuable feature for us. |
[PR #1628/4bfcb0c8 backport][stable-5] secretsmanager_secret: add 'overwrite' parameter This is a backport of PR #1628 as merged into main (4bfcb0c). SUMMARY Adds an 'overwrite' parameter to secretsmanager_secret - If set to True, an existing secret with the same name will be overwritten. - If set to False, a secret with the given name will only be created if none exists. Fixes #1626 ISSUE TYPE Feature Pull Request COMPONENT NAME secretsmanager_secret ADDITIONAL INFORMATION Reviewed-by: Mark Chappell <None>
SUMMARY
Adds an 'overwrite' parameter to secretsmanager_secret
Fixes #1626
ISSUE TYPE
COMPONENT NAME
secretsmanager_secret
ADDITIONAL INFORMATION