Skip to content

Commit

Permalink
change consumer kc
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Nov 13, 2023
1 parent 04022c6 commit 0279038
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion aws/dome/consumer/keycloak/templates/realmConfigMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ data:
"displayNameHtml": "<div class=\"kc-logo-text\"><span>Keycloak</span></div>",
"enabled": true,
"attributes": {
"frontendUrl": "https://keycloak-consumer.dome.fiware.dev"
"frontendUrl": "https://keycloak-consumer.dome.fiware.dev",
"issuerDid": "did:web:consumer.dome.fiware.dev",
"keyPath": "/opt/key/tls.key"
},
"sslRequired": "none",
"roles": {
Expand Down
12 changes: 6 additions & 6 deletions aws/dome/consumer/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ keycloak:
value: "true"
- name: KEYCLOAK_LOG_LEVEL
value: INFO
- name: VCISSUER_ISSUER_DID
value: "did:web:consumer.dome.fiware.dev"
- name: VCISSUER_WALTID_ADDRESS
value: "http://dome-consumer-waltid-vcwaltid"


extraVolumeMounts:
- name: profiles
Expand All @@ -71,19 +66,24 @@ keycloak:
mountPath: /opt/bitnami/keycloak/providers/
- name: data
mountPath: /data
- name: private-key
mountPath: /opt/key

extraVolumes:
- name: data
emptyDir: {}
- name: profiles
configMap:
name: keycloak-provider-profile
- name: private-key
secret:
secretName: dome-consumer-waltid-vcwaltid-tls-sec
- name: providers
emptyDir: {}

initContainers:
- name: add-vc-issuer
image: quay.io/fiware/keycloak-vc-issuer:1.0.1
image: quay.io/wi_stefan/keycloak-vc-issuer:no-walt
imagePullPolicy: Always
volumeMounts:
- name: providers
Expand Down

0 comments on commit 0279038

Please sign in to comment.