Skip to content

Commit

Permalink
fix: keycloak is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Losoponkul committed Nov 16, 2023
1 parent 9d18f0e commit e492059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions infrastructure/charts/agent/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- name: keycloak
repository: https://charts.bitnami.com/bitnami
version: 17.2.0
digest: sha256:e7f6535bdbb0ffda866cd6d4985dc8f1eb9a469264b54165834b2f5ba0b52db9
generated: "2023-11-02T21:15:33.175780068+07:00"
digest: sha256:33f82ebad234a60fd00365d1dcc6ed884beeac1c13ee4cbeca08a1478eded850
generated: "2023-11-16T20:59:38.47688305+07:00"
1 change: 1 addition & 0 deletions infrastructure/charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ dependencies:
- name: keycloak
version: "17.2.0"
repository: "https://charts.bitnami.com/bitnami"
condition: keycloak.enabled
5 changes: 2 additions & 3 deletions infrastructure/charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ server:
cpu: 250m
memory: 512Mi
additionalEnvVariables: []
devMode: false
useVault: true
keycloak:
enabled: true
enabled: false
realm: prism-agent
bootstrap: true
admin:
Expand Down Expand Up @@ -104,7 +103,7 @@ vault:
}
keycloak:
enabled: true
enabled: false
# --hostname-url should be the frontend url that user will be logging in with keycloak
extraStartupArgs: "--hostname-url=http://localhost:8080 --import-realm --features=declarative-user-profile"
tls:
Expand Down

0 comments on commit e492059

Please sign in to comment.