add support for HashiCorp signed SSH certificates

This commit is contained in:
Ryan Petrello
2019-02-22 14:45:27 -05:00
committed by Jake McDermott
parent 4ed5bca5e3
commit 7a43f00a5d
7 changed files with 114 additions and 35 deletions

View File

@@ -115,7 +115,8 @@ setup(
'awx-manage = awx:manage',
],
'awx.credential_plugins': [
'hashivault = awx.main.credential_plugins.hashivault:hashivault_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',
]
},