Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automate DNS record creation and link to load balancer #102

Merged
merged 3 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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