mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
add support for CyberArk Conjur (API v5)
This commit is contained in:
committed by
Jake McDermott
parent
c436dcf875
commit
2824616ba6
1
setup.py
1
setup.py
@@ -115,6 +115,7 @@ setup(
|
||||
'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',
|
||||
|
||||
Reference in New Issue
Block a user