Skip to content

Commit

Permalink
feat: added client scopes (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordenReuter authored Nov 29, 2024
1 parent d854290 commit 549d9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ app:
enabled: true
spec:
kcConfig:
defaultClientScopes: [ ocx-pm:all, ocx-pm:read, ocx-ws:read, ocx-ps:read, ocx-ia:read ]
defaultClientScopes: [ ocx-pm:all, ocx-pm:read, ocx-pm:write, ocx-ws:read, ocx-ps:read, ocx-ia:read ]
----

2 changes: 1 addition & 1 deletion src/main/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ app:
enabled: true
spec:
kcConfig:
defaultClientScopes: [ ocx-pm:all, ocx-pm:read, ocx-ws:read, ocx-ps:read, ocx-ia:read ]
defaultClientScopes: [ ocx-pm:all, ocx-pm:read, ocx-pm:write, ocx-ws:read, ocx-ps:read, ocx-ia:read ]

0 comments on commit 549d9ce

Please sign in to comment.