Use awx-plugins instead

* Instead of sourcing cred and inv plugins from the awx repo awx_plugins
  local directory, source them from the python package awx-plugins-core.
This commit is contained in:
Chris Meyers
2024-08-14 15:28:46 -04:00
committed by Chris Meyers
parent 16d1f34179
commit 4328093c05
4 changed files with 205 additions and 11 deletions

View File

@@ -13,13 +13,4 @@ include_package_data = True
[options.entry_points]
console_scripts =
awx-manage = awx:manage
awx.plugins =
conjur = awx_plugins.credentials.conjur:conjur_plugin
hashivault_kv = awx_plugins.credentials.hashivault:hashivault_kv_plugin
hashivault_ssh = awx_plugins.credentials.hashivault:hashivault_ssh_plugin
azure_kv = awx_plugins.credentials.azure_kv:azure_keyvault_plugin
aim = awx_plugins.credentials.aim:aim_plugin
centrify_vault_kv = awx_plugins.credentials.centrify_vault:centrify_plugin
thycotic_dsv = awx_plugins.credentials.dsv:dsv_plugin
thycotic_tss = awx_plugins.credentials.tss:tss_plugin
aws_secretsmanager_credential = awx_plugins.credentials.aws_secretsmanager:aws_secretmanager_plugin