Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Nov 15, 2023
1 parent 51feb2b commit 5f60c8a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions aws/dome/consumer/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ keycloak:
- use
containerSecurityContext:
enabled: false

proxy: edge

keycloakConfigCli:
enabled: true
command:
Expand All @@ -52,10 +53,12 @@ keycloak:
existingConfigmap: keycloak-consumer-realm

extraEnvVars:
- name: KEYCLOAK_PROXY_ADDRESS_FORWARDING
value: "true"
- name: KEYCLOAK_LOG_LEVEL
value: DEBUG
- name: KC_HOSTNAME_URL
value: "https://keycloak-consumer.dome.fiware.dev"
- name: KC_HOSTNAME_ADMIN_URL
value: "https://keycloak-consumer.dome.fiware.dev"

extraVolumeMounts:
- name: providers
Expand Down

0 comments on commit 5f60c8a

Please sign in to comment.