mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 02:29:21 -02:30
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:
committed by
Chris Meyers
parent
16d1f34179
commit
4328093c05
@@ -52,7 +52,7 @@ from awx_plugins.credentials import injectors as builtin_injectors
|
||||
__all__ = ['Credential', 'CredentialType', 'CredentialInputSource', 'build_safe_env']
|
||||
|
||||
logger = logging.getLogger('awx.main.models.credential')
|
||||
credential_plugins = dict((ep.name, ep.load()) for ep in iter_entry_points('awx.plugins'))
|
||||
credential_plugins = dict((ep.name, ep.load()) for ep in iter_entry_points('awx_plugins.credentials'))
|
||||
|
||||
HIDDEN_PASSWORD = '**********'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user