From fceb9a9306c70eb337961763395ca8accb46859e Mon Sep 17 00:00:00 2001 From: costero-e Date: Fri, 8 Nov 2024 12:40:49 +0100 Subject: [PATCH] changing example idp provider to work with keycloak in all environments --- beacon/auth/idp_providers/example.txt | 8 ++++---- docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/beacon/auth/idp_providers/example.txt b/beacon/auth/idp_providers/example.txt index 1dca3fe..002befc 100644 --- a/beacon/auth/idp_providers/example.txt +++ b/beacon/auth/idp_providers/example.txt @@ -1,6 +1,6 @@ CLIENT_ID=beacon CLIENT_SECRET='b26ca0f9-1137-4bee-b453-ee51eefbe7ba' -USER_INFO='http://host.docker.internal:8085/auth/realms/Beacon/protocol/openid-connect/userinfo' -INTROSPECTION='http://host.docker.internal:8085/auth/realms/Beacon/protocol/openid-connect/token/introspect' -ISSUER='http://localhost:8085/auth/realms/Beacon' -JWKS_URL='http://host.docker.internal:8085/auth/realms/Beacon/protocol/openid-connect/certs' \ No newline at end of file +USER_INFO='http://idp:8080/auth/realms/Beacon/protocol/openid-connect/userinfo' +INTROSPECTION='http://idp:8080/auth/realms/Beacon/protocol/openid-connect/token/introspect' +ISSUER='http://localhost:8080/auth/realms/Beacon' +JWKS_URL='http://idp:8080/auth/realms/Beacon/protocol/openid-connect/certs' \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index cb66798..42926c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: volumes: - ./beacon/auth/realms/beacon-realm.json:/tmp/beacon-realm.json ports: - - "8085:8080" + - "8080:8080" - "9991:8443" networks: - idp-priv