From 4328093c05945e59ddf96e75a4e5a31c09cd2dc5 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Wed, 14 Aug 2024 15:28:46 -0400 Subject: 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. --- setup.cfg | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index cb1903c84d..6d7d0873e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 + -- cgit v1.2.3