add credential plugin system and minimal working hashivault

This commit is contained in:
Jake McDermott
2019-01-21 18:20:24 -05:00
parent 6e2c04e16c
commit c209955400
17 changed files with 453 additions and 4 deletions

View File

@@ -114,6 +114,9 @@ setup(
'console_scripts': [
'awx-manage = awx:manage',
],
'awx.credential_plugins': [
'hashivault = awx.main.credential_plugins.hashivault:hashivault_plugin',
]
},
data_files = proc_data_files([
("%s" % homedir, ["config/wsgi.py",