From 025e1d8812391e405bc0653ac76d9d076340576d Mon Sep 17 00:00:00 2001 From: Wolfgang Amann <8766375+wollefitz@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:29:09 +0200 Subject: [PATCH] chore(web-modeler): automatically add Web Modeler admin role to first user (#2326) --- .../camunda-platform-alpha/templates/identity/deployment.yaml | 2 ++ .../test/unit/identity/golden/deployment.golden.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/charts/camunda-platform-alpha/templates/identity/deployment.yaml b/charts/camunda-platform-alpha/templates/identity/deployment.yaml index a90ef1fe1a..7787238d29 100644 --- a/charts/camunda-platform-alpha/templates/identity/deployment.yaml +++ b/charts/camunda-platform-alpha/templates/identity/deployment.yaml @@ -213,6 +213,8 @@ spec: - name: KEYCLOAK_USERS_0_ROLES_4 value: "Web Modeler" - name: KEYCLOAK_USERS_0_ROLES_5 + value: "Web Modeler Admin" + - name: KEYCLOAK_USERS_0_ROLES_6 value: "Console" {{- end }} {{- end }} diff --git a/charts/camunda-platform-alpha/test/unit/identity/golden/deployment.golden.yaml b/charts/camunda-platform-alpha/test/unit/identity/golden/deployment.golden.yaml index 9d87d1d64f..3e3462d0a3 100644 --- a/charts/camunda-platform-alpha/test/unit/identity/golden/deployment.golden.yaml +++ b/charts/camunda-platform-alpha/test/unit/identity/golden/deployment.golden.yaml @@ -146,6 +146,8 @@ spec: - name: KEYCLOAK_USERS_0_ROLES_4 value: "Web Modeler" - name: KEYCLOAK_USERS_0_ROLES_5 + value: "Web Modeler Admin" + - name: KEYCLOAK_USERS_0_ROLES_6 value: "Console" resources: limits: