Skip to content

Commit

Permalink
chore: Switch to private Keycloak client (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed May 23, 2024
1 parent a82768b commit e34f4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-templates/templates/gerrit/keycloak-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
clientId: gerrit
enabled: true
fullScopeAllowed: true
public: true
public: false
realmRef:
kind: {{ .Values.gerrit.sso.kind }}
name: {{ .Values.gerrit.sso.name }}
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ gerrit:
# - name: OAUTH_KEYCLOAK_CLIENT_SECRET
# valueFrom:
# secretKeyRef:
# name: gerrit-is-credentials
# name: keycloak-client-gerrit-secret
# key: clientSecret
sso:
# Create kind: KeycloakClient as a part of chart installation
Expand Down

0 comments on commit e34f4c4

Please sign in to comment.