Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions base/keycloak-deployment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
args:
- start-dev
- --health-enabled=true
- --https-client-auth=request
startupProbe:
httpGet:
path: /health/ready
Expand Down
3 changes: 3 additions & 0 deletions base/rhbk/sso-keycloak.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ spec:
tlsSecret: keycloak-tls
ingress:
enabled: false
additionalOptions:
- name: https-client-auth
value: request
unsupported:
podTemplate:
spec:
Expand Down
3 changes: 3 additions & 0 deletions base/rhsso/sso-keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ metadata:
spec:
externalAccess:
enabled: true
additionalOptions:
- name: https-client-auth
value: request
instances: 1