-
- Downloads
Add optional token based authentication
parent
fedb7e54
No related branches found
No related tags found
This commit is part of merge request !50. Comments created here will be created in the context of that merge request.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- docs/source/configuration.rst 1 addition, 1 deletiondocs/source/configuration.rst
- inventory_provider/__init__.py 8 additions, 0 deletionsinventory_provider/__init__.py
- inventory_provider/auth.py 17 additions, 0 deletionsinventory_provider/auth.py
- inventory_provider/config.py 19 additions, 0 deletionsinventory_provider/config.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
inventory_provider/auth.py
0 → 100644
... | ... | @@ -16,6 +16,7 @@ lxml==4.9.4 |
requests | ||
netifaces | ||
tree-format | ||
Flask-HTTPAuth | ||
pytest | ||
pytest-mock | ||
... | ... |
Please register or sign in to comment