-
- Downloads
Merge branch 'DBOARD3-1142/token-auth' into 'develop'
Dboard3 1142/token auth See merge request !50
No related branches found
No related tags found
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 42 additions, 0 deletionsinventory_provider/auth.py
- inventory_provider/config.py 27 additions, 0 deletionsinventory_provider/config.py
- inventory_provider/routes/classifier.py 14 additions, 0 deletionsinventory_provider/routes/classifier.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- test/conftest.py 11 additions, 0 deletionstest/conftest.py
- test/test_auth.py 75 additions, 0 deletionstest/test_auth.py
- test/test_flask_config.py 11 additions, 0 deletionstest/test_flask_config.py
inventory_provider/auth.py
0 → 100644
... | ... | @@ -16,6 +16,7 @@ lxml==4.9.4 |
requests | ||
netifaces | ||
tree-format | ||
Flask-HTTPAuth | ||
pytest | ||
pytest-mock | ||
... | ... |
test/test_auth.py
0 → 100644
Please register or sign in to comment