From 2ad9057053521646192f948739a8e4f8eab8fd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20T=C3=A4schner?= <129834483+HenryT-CG@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:54:48 +0200 Subject: [PATCH] Add permissions for permission mgmt --- src/main/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/helm/values.yaml b/src/main/helm/values.yaml index e45a805..63af33f 100644 --- a/src/main/helm/values.yaml +++ b/src/main/helm/values.yaml @@ -19,4 +19,4 @@ app: enabled: true spec: kcConfig: - defaultClientScopes: [ ocx-hp:all, ocx-ps:read ] + defaultClientScopes: [ ocx-hp:all, ocx-ps:read, ocx-pm:read ]