fix(guacamole): use correct extension name for openid

This commit is contained in:
SeanOMik 2024-01-30 10:41:18 -05:00
parent 6d6970bdf9
commit bb51824619
1 changed files with 1 additions and 1 deletions

View File

@ -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/"