Fix guacamole env
This commit is contained in:
parent
7488c3ec94
commit
f7bccf739b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue