add support for CyberArk Conjur (API v5)

This commit is contained in:
Ryan Petrello
2019-02-28 13:10:44 -05:00
committed by Jake McDermott
parent c436dcf875
commit 2824616ba6
6 changed files with 125 additions and 17 deletions

View File

@@ -3,6 +3,7 @@ tower-manage = awx:manage
awx-manage = awx:manage
[awx.credential_plugins]
conjur = awx.main.credential_plugins.conjur:conjur_plugin
hashivault_kv = awx.main.credential_plugins.hashivault:hashivault_kv_plugin
hashivault_ssh = awx.main.credential_plugins.hashivault:hashivault_ssh_plugin
azure_kv = awx.main.credential_plugins.azure_kv:azure_keyvault_plugin