Skip to content

Commit b842f12

Browse files
authored
Merge pull request #92 from vidispine/fixes-1.28
authservice keycloak api changes
2 parents 541d1ea + 13c2012 commit b842f12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

hull-vidispine-addon/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ apiVersion: v1
33
appVersion: 1.28.0
44
description: hull-vidispine-addon
55
name: hull-vidispine-addon
6-
version: 1.28.4
6+
version: 1.28.5

hull-vidispine-addon/hull-vidispine-addon.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ hull:
101101
endpoint: _HT/hull.vidispine.addon.library.get.endpoint.uri.info:ENDPOINT:"authservice":URI:"api"
102102
subresources:
103103
10_resources:
104-
apiPath: "v1/Resource/ApiResource"
104+
apiPath: "v1/Resource/ApiScope"
105105
typeDescription: "Scope"
106106
_DEFAULTS_:
107107
register: true
108108
putUriExcludeIdentifier: true
109109
deleteUriExcludeIdentifier: true
110110
deleteQueryParams:
111-
resourceName: "$identifier"
111+
name: "$identifier"
112112
20_clients:
113113
apiPath: "v1/Client"
114114
typeDescription: "Client"
@@ -117,7 +117,7 @@ hull:
117117
putUriExcludeIdentifier: true
118118
deleteUriExcludeIdentifier: true
119119
deleteQueryParams:
120-
clientId: "$identifier"
120+
clientId: "$identifier"
121121
30_roles:
122122
apiPath: "v1/Roles"
123123
typeDescription: "Roles"
@@ -127,7 +127,7 @@ hull:
127127
putUriExcludeIdentifier: true
128128
deleteUriExcludeIdentifier: true
129129
deleteQueryParams:
130-
id: "$identifier"
130+
roleId: "$identifier"
131131

132132
30_configportal:
133133
auth:

0 commit comments

Comments
 (0)