From bb518246192aa3ebab671ae8c7cb1f4ceaa0890d Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 30 Jan 2024 10:41:18 -0500 Subject: [PATCH] fix(guacamole): use correct extension name for openid --- cluster/apps/management/guacamole/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/management/guacamole/helm-release.yaml b/cluster/apps/management/guacamole/helm-release.yaml index 1273da7..4979f3c 100644 --- a/cluster/apps/management/guacamole/helm-release.yaml +++ b/cluster/apps/management/guacamole/helm-release.yaml @@ -20,7 +20,7 @@ spec: tag: 1.5.4-alpine env: - EXTENSIONS: "auth-openid" + EXTENSIONS: "auth-sso-openid" OPENID_AUTHORIZATION_ENDPOINT: "https://auth.${SECRET_NEW_DOMAIN}/application/o/authorize/" OPENID_ISSUER: "https://auth.${SECRET_NEW_DOMAIN}/application/o/apache-guacamole/" OPENID_JWKS_ENDPOINT: "https://auth.${SECRET_NEW_DOMAIN}/application/o/apache-guacamole/jwks/"