Skip to content

Commit

Permalink
Merge pull request #108 from adorsys/107-cleanup-environment-variable…
Browse files Browse the repository at this point in the history
…s-in-keycloak-ssi-project

Update issuer URL in .env for Keycloak SSI project
  • Loading branch information
Awambeng authored Feb 4, 2025
2 parents a5f819d + 23624e5 commit cd51e82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ KEYCLOAK_EXTERNAL_ADDR=https://keycloak.eudi-adorsys.com

# ISSUER_DID="${KEYCLOAK_EXTERNAL_ADDR}/realms/master"
ISSUER_DID="${KEYCLOAK_EXTERNAL_ADDR}/realms/${KEYCLOAK_REALM}"
ISSUER_BACKEND_URL="https://kc-issuer.eudi-adorsys.com"
ISSUER_FRONTEND_URL="https://kci-portal.eudi-adorsys.com"
ISSUER_BACKEND_URL="https://issuer.eudi-adorsys.com/services"
ISSUER_FRONTEND_URL="https://issuer.eudi-adorsys.com"

FRANCIS_KEYSTORE_FILE=$TARGET_DIR/francis_kc_keystore.pkcs12
FRANCIS_KEYSTORE_PASSWORD=francis_store_key_password
Expand Down
5 changes: 2 additions & 3 deletions keycloak-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ externalSecret:
name: keycloak-secret
creationPolicy: Owner


# Job to create config map
metadata:
name: download-env-file
Expand All @@ -87,8 +86,8 @@ metadata:
hookDeletePolicy: HookSucceeded

volumeMounts:
name: tmp-volume
mountPath: /tmp
name: tmp-volume
mountPath: /tmp

awsCli:
image: amazon/aws-cli
Expand Down

0 comments on commit cd51e82

Please # to comment.