https://github.com/oslokommune/okdata-resource-auth
Dataplatform resource authorizer
https://github.com/oslokommune/okdata-resource-auth
dataplatform
Last synced: 28 days ago
JSON representation
Dataplatform resource authorizer
- Host: GitHub
- URL: https://github.com/oslokommune/okdata-resource-auth
- Owner: oslokommune
- Created: 2021-03-25T14:52:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T12:23:35.000Z (over 1 year ago)
- Last Synced: 2025-11-10T15:22:39.782Z (3 months ago)
- Topics: dataplatform
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# okdata-resource-auth
Client library for authorizing logged-in users against Keycloak resources and scopes.
## Setup
```sh
git clone git@github.com:oslokommune/okdata-resource-auth.git
python3 -m venv .venv
source .venv/bin/activate
make init
make test
```
## Publish
```sh
make clean test # Test
make bump-patch build # Bump version and build
make publish # Publish module to PyPI
git push --tags # Push version bump commit and generated tag
```