Skip to content

Commit 1053a4b

Browse files
committed
CH-211 CH-212 reverted problematic realm configuration
1 parent 8be17fe commit 1053a4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

applications/accounts/deploy/resources/realm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@
119119
},
120120
"clients": [
121121
{
122-
"id": "18893fbb-8252-4aaa-bc9b-60799ceb9932",
123-
"clientId": "account-console",
124-
"name": "${client_account-console}",
122+
"id": "18893fbb-8252-4aaa-bc9b-60799ceb9931",
123+
"clientId": "account-console-copy",
124+
"name": "${client_account-console} (Copy)",
125125
"rootUrl": "${authBaseUrl}",
126126
"baseUrl": {{ printf "/realms/%s/account" .Values.namespace | quote }},
127127
"surrogateAuthRequired": false,

0 commit comments

Comments
 (0)