From 503e82fd9e26d35a216d091ba07af81d96d6ec79 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 11 May 2023 19:18:37 +0800 Subject: [PATCH] playbook/roles/harbor/templates/harbor-oidc-config.json: update --- playbook/roles/harbor/templates/harbor-oidc-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook/roles/harbor/templates/harbor-oidc-config.json b/playbook/roles/harbor/templates/harbor-oidc-config.json index 723c5500..dd467db0 100644 --- a/playbook/roles/harbor/templates/harbor-oidc-config.json +++ b/playbook/roles/harbor/templates/harbor-oidc-config.json @@ -3,7 +3,7 @@ "oidc_name": "Keycloak-sso", "oidc_endpoint": "https://keycloak.onwalk.net/realms/cloud-sso", "oidc_client_id": "harbor-oidc", - "oidc_client_secret": "harbor-client-secret", + "oidc_client_secret": '{{ harbor_odic_client_token }}', "oidc_scope": "openid,profile,email", "oidc_groups_claim": "groups", "oidc_auto_onboard": true,