Skip to content

Commit

Permalink
Merge pull request #102 from adorsys/feature/auto-dns-records-loadbal…
Browse files Browse the repository at this point in the history
…ancer

automate DNS record creation and link to load balancer
  • Loading branch information
Awambeng authored Jan 6, 2025
2 parents ce18de3 + 6365d06 commit 9cf088e
Show file tree
Hide file tree
Showing 6 changed files with 812 additions and 944 deletions.
9 changes: 4 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,14 @@ KEYCLOAK_ADMIN_ADDR=https://localhost:8443

# Kecloak external address
# For AWS ($WORK_DIR/../env/.env)
# KEYCLOAK_EXTERNAL_ADDR=https://keycloak.solutions.adorsys.com
# KEYCLOAK_EXTERNAL_ADDR=http://localhost:8080
# KEYCLOAK_EXTERNAL_ADDR=https://keycloak-demo.solutions.adorsys.com
# KEYCLOAK_EXTERNAL_ADDR=https://keycloak.eudi-adorsys.com
KEYCLOAK_EXTERNAL_ADDR=https://localhost:8443

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

FRANCIS_KEYSTORE_FILE=$TARGET_DIR/francis_kc_keystore.pkcs12
FRANCIS_KEYSTORE_PASSWORD=francis_store_key_password
Expand Down Expand Up @@ -110,7 +109,7 @@ KC_START="start --hostname-strict=false --https-port=$KEYCLOAK_HTTPS_PORT --http
# Keycloak config CLI
REPO_URL="https://github.com/adorsys/keycloak-config-cli.git"
KC_CLI_JAR_FILE=keycloak-config-cli.jar
# KEYCLOAK_URL=https://kc-ssi.solutions.adorsys.com/
# KEYCLOAK_URL=https://keycloak.eudi-adorsys.com
# Use this url when running locally
KEYCLOAK_URL=https://localhost:8443
KC_REALM_FILE=$WORK_DIR/config/realm.json
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Set ```KC_USE_UPSTREAM=true``` in the `.env file` and run:
```
This will:

- Download and unpack the tarball (e.g., keycloak-26.0.6.tar.gz).
- Download and unpack the tarball (e.g., keycloak-26.0.7.tar.gz).
- Start Keycloak with OID4VCI feature on https://localhost:8443.

### Option 2: Cloning a Specific Branch
Expand Down
Loading

0 comments on commit 9cf088e

Please # to comment.