Skip to content

Commit

Permalink
fix: keycloak controller can see multiple namespaces and therefore ke…
Browse files Browse the repository at this point in the history
…ycloak name must be unique across namespaces as well
  • Loading branch information
patrickleet committed May 5, 2020
1 parent d926243 commit 82fdbe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/demo-app/templates/keycloak-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: KeycloakClient
metadata:
name: {{ template "keycloakclient" . }}
spec:
keycloak: {{ .Values.keycloak.keycloak }}-{{ .Release.Namespace }}
keycloak: {{ .Values.keycloak.keycloak }}
realm: {{ .Values.keycloak.realm }}
clientId: {{ template "keycloakclient" . }}
clientType: confidential
Expand Down
2 changes: 1 addition & 1 deletion charts/demo-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ canary:
keycloak:
proxyPort: 3000
url: https://auth-jx-staging.cloudnativeentrepreneur.dev # no trailing slash
keycloak: keycloak
keycloak: keycloak-jx-staging
realm: members
redirectUris:
allowAll: true
Expand Down

0 comments on commit 82fdbe5

Please sign in to comment.