From 01fdd449f51534422166437fd3000708409deccf Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Sat, 4 Nov 2023 13:11:33 +0200 Subject: [PATCH] Change default reference to keycloak in docker-compose file (#1461) We mostly use that reference configuration for the docker-compose run. Let's make it work with compose by default. --- config/config.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml.example b/config/config.yaml.example index 5ffffeaa1a..0bb9a8c57f 100644 --- a/config/config.yaml.example +++ b/config/config.yaml.example @@ -50,7 +50,7 @@ identity: realm: stacklok client_id: minder-cli server: - issuer_url: http://localhost:8081 + issuer_url: http://keycloak:8080 realm: stacklok client_id: minder-server client_secret: secret