Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Releases: kpn/katka-core

Allow dot in metadata key

03 Feb 10:25
3267d1d
Compare
Choose a tag to compare
Merge pull request #75 from rodgomes/master

OPT: allow dot in metadata key

Endpoint to return queued pipelines

15 Jan 16:30
b41cd59
Compare
Choose a tag to compare
Merge pull request #73 from rodgomes/master

NEW: add endpoint to return queued pipelines

Fix auditing after adding scopes authorization

09 Jan 13:06
bbb85a4
Compare
Choose a tag to compare
Merge pull request #71 from kpn/feature/user-identifier

NEW: Add user identifier to request, depending on scopes

Filter release by pipeline run

09 Jan 08:34
86d79ab
Compare
Choose a tag to compare
Merge pull request #70 from rodgomes/master

CHANGE: add filter by pipeline run to release

Another fix for authorization regarding inner/outer objects

08 Jan 15:48
174cce2
Compare
Choose a tag to compare
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

08 Jan 14:43
6640bd6
Compare
Choose a tag to compare
Merge pull request #68 from kpn/feature/initialize-request-bugfix

FIX: initialize request earlier so we have access to scopes

Cleaner implementation of authorization

07 Jan 15:06
670e072
Compare
Choose a tag to compare
0.45.0

Merge pull request #67 from kpn/feature/separate-client-credentials-h…

Add active field to django admin

06 Jan 15:06
8e9b3a3
Compare
Choose a tag to compare
Merge pull request #66 from JeroennC/master

FIX: Add active field to django admin

Add active state on applications

06 Jan 14:02
b64dd83
Compare
Choose a tag to compare

PipelineRuns will be set to SKIPPED unless specified otherwise if the application is not active.

Add scope based authorization

02 Jan 08:38
8c894ea
Compare
Choose a tag to compare
Merge pull request #63 from kpn/feature/access-via-scopes

NEW: Access via scopes