summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorGabriel Muniz <gmuniz@redhat.com>2023-06-15 16:12:02 +0200
committerGitHub <noreply@github.com>2023-06-15 16:12:02 +0200
commit9676a95e05f2d29c37dbfed84ee601e7e9d02578 (patch)
treece51d1504158f53995e2c24156cbf9cb8064248a /setup.cfg
parentRemoved automatic failure of job template launch when last project update is ... (diff)
downloadawx-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.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e72b2d4546..c861d3ae92 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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