Skip to content

Commit

Permalink
feat: update keycloak client configuration for the new operator
Browse files Browse the repository at this point in the history
  • Loading branch information
milan.horvath committed Feb 8, 2024
1 parent bdbabcc commit f8daeb4
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,10 @@ app:
SEARCH: Search theme
# Keycloak
keycloak:
enabled: true
client: |-
{
"clientId": "onecx-theme-ui",
"enabled": true,
"description": "Keycloak client for onecx-theme-ui",
"redirectUris": ["*"],
"webOrigins": ["*"],
"publicClient": true,
"protocol": "openid-connect"
}
roles: |-
[
{
"name": "onecx-theme-admin",
"description": "OneCX Theme admin"
},
{
"name": "onecx-theme-user",
"description": "OneCX Theme user"
}
]
client:
enabled: true
spec:
kcConfig:
clientId: "onecx-theme-ui"

# PIPE Config

0 comments on commit f8daeb4

Please sign in to comment.