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

@@ -49,3 +49,4 @@ uWSGI==2.0.17
uwsgitop==0.10.0
pip==9.0.1
setuptools==36.0.1
hvac==0.7.1

View File

@@ -39,6 +39,7 @@ django==1.11.16
djangorestframework-yaml==1.0.3
djangorestframework==3.7.7
future==0.16.0 # via django-radius
hvac==0.7.1
hyperlink==18.0.0 # via twisted
idna==2.8 # via hyperlink
incremental==17.5.0 # via twisted