-
- Downloads
Implement OIDC-based authentication and authorization module with OPA integration
parent
80e9ae15
No related branches found
No related tags found
This commit is part of merge request !138. Comments created here will be created in the context of that merge request.
Showing
- gso/__init__.py 2 additions, 0 deletionsgso/__init__.py
- gso/api/v1/imports.py 1 addition, 1 deletiongso/api/v1/imports.py
- gso/api/v1/subscriptions.py 1 addition, 1 deletiongso/api/v1/subscriptions.py
- gso/auth/__init__.py 1 addition, 0 deletionsgso/auth/__init__.py
- gso/auth/oidc_policy_helper.py 498 additions, 0 deletionsgso/auth/oidc_policy_helper.py
- gso/auth/py.typed 0 additions, 0 deletionsgso/auth/py.typed
- gso/auth/security.py 41 additions, 0 deletionsgso/auth/security.py
- gso/auth/settings.py 41 additions, 0 deletionsgso/auth/settings.py
- gso/monkeypatches.py 17 additions, 0 deletionsgso/monkeypatches.py
- pyproject.toml 2 additions, 1 deletionpyproject.toml
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- test/auth/__init__.py 0 additions, 0 deletionstest/auth/__init__.py
- test/auth/test_oidc_policy_helper.py 287 additions, 0 deletionstest/auth/test_oidc_policy_helper.py
- test/conftest.py 1 addition, 1 deletiontest/conftest.py
Loading
Please register or sign in to comment