This repository has been archived by the owner on May 15, 2020. It is now read-only.
Releases: kpn/katka-core
Releases · kpn/katka-core
Allow dot in metadata key
Merge pull request #75 from rodgomes/master OPT: allow dot in metadata key
Endpoint to return queued pipelines
Merge pull request #73 from rodgomes/master NEW: add endpoint to return queued pipelines
Fix auditing after adding scopes authorization
Merge pull request #71 from kpn/feature/user-identifier NEW: Add user identifier to request, depending on scopes
Filter release by pipeline run
Merge pull request #70 from rodgomes/master CHANGE: add filter by pipeline run to release
Another fix for authorization regarding inner/outer objects
Merge pull request #69 from kpn/feature/initialize-request-bugfix FIX: Check the scopes on the proxy-object, not the proxied object
FIX: get scopes earlier otherwise requests may be classified incorrectly as anonymous
Merge pull request #68 from kpn/feature/initialize-request-bugfix FIX: initialize request earlier so we have access to scopes
Cleaner implementation of authorization
0.45.0 Merge pull request #67 from kpn/feature/separate-client-credentials-h…
Add active field to django admin
Merge pull request #66 from JeroennC/master FIX: Add active field to django admin
Add active state on applications
PipelineRuns will be set to SKIPPED unless specified otherwise if the application is not active.
Add scope based authorization
Merge pull request #63 from kpn/feature/access-via-scopes NEW: Access via scopes