diff options
author | Gabriel Muniz <gmuniz@redhat.com> | 2023-06-15 16:12:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 16:12:02 +0200 |
commit | 9676a95e05f2d29c37dbfed84ee601e7e9d02578 (patch) | |
tree | ce51d1504158f53995e2c24156cbf9cb8064248a /setup.cfg | |
parent | Removed automatic failure of job template launch when last project update is ... (diff) | |
download | awx-9676a95e05f2d29c37dbfed84ee601e7e9d02578.tar.xz awx-9676a95e05f2d29c37dbfed84ee601e7e9d02578.zip |
Add AWS Secretsmanager plugin (#13778)
Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,3 +22,4 @@ awx.credential_plugins = centrify_vault_kv = awx.main.credential_plugins.centrify_vault:centrify_plugin thycotic_dsv = awx.main.credential_plugins.dsv:dsv_plugin thycotic_tss = awx.main.credential_plugins.tss:tss_plugin + aws_secretsmanager_credential = awx.main.credential_plugins.aws_secretsmanager:aws_secretmanager_plugin |