From d76ba0f398947e286dc00cae989198b9e0c81522 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Fri, 19 Sep 2025 03:11:35 +0900 Subject: [PATCH] fix(oauth2-proxy): fix creating audience mapper --- oauth2-proxy/justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2-proxy/justfile b/oauth2-proxy/justfile index 2b9093f..447f05e 100644 --- a/oauth2-proxy/justfile +++ b/oauth2-proxy/justfile @@ -32,7 +32,7 @@ setup-for-app app_name app_host app_namespace="default" upstream_service="": # Add audience mapper to Keycloak client echo "Adding audience mapper to Keycloak client..." - just keycloak::add-audience-mapper "${client_id}" + just keycloak::add-audience-mapper "${client_id}" "${client_id}" # Generate cookie secret cookie_secret=$(just utils::random-password 32)