Skip to content

Commit

Permalink
keycloak proxy forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevtg committed Oct 23, 2020
1 parent 2edd81d commit 3814c10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vkpr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies:

- name: keycloak
repository: https://codecentric.github.io/helm-charts
version: 9.4.0
version: 9.5.0
condition: keycloak.enabled

- name: vault
Expand Down
2 changes: 2 additions & 0 deletions examples/local/values-local-vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ keycloak:
mountPath: "/opt/jboss/keycloak/standalone/data"
readOnly: false
extraEnv: |
- name: PROXY_ADDRESS_FORWARDING
value: "true"
- name: KEYCLOAK_IMPORT
value: /realm/realm.json
- name: KEYCLOAK_USER
Expand Down

0 comments on commit 3814c10

Please sign in to comment.