feat: manual only deployment

This commit is contained in:
2026-06-14 19:18:00 +02:00
parent 39e1748ff6
commit 76152778cc
+1 -1
View File
@@ -50,7 +50,7 @@ apiServer:
"scope": "openid email profile", "scope": "openid email profile",
"token_endpoint_auth_method": "client_secret_post" "token_endpoint_auth_method": "client_secret_post"
}, },
"jwks_options": {"verify_exp": true}, "jwks_options": {"verify_exp": True},
"token_endpoint_auth_method": "client_secret_post", "token_endpoint_auth_method": "client_secret_post",
"issuer": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps" "issuer": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps"
} }