Fix guacamole env

This commit is contained in:
SeanOMik 2023-04-11 01:09:23 -04:00
parent 7488c3ec94
commit f7bccf739b
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 5 additions and 5 deletions

View File

@ -20,11 +20,11 @@ spec:
tag: 1.5.0-alpine
env:
EXTENSIONS=auth-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/
OPENID_REDIRECT_URI=https://remote.${SECRET_NEW_DOMAIN}/
EXTENSIONS: "auth-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/"
OPENID_REDIRECT_URI: "https://remote.${SECRET_NEW_DOMAIN}/"
envFrom:
- secretRef: