File tree Expand file tree Collapse file tree
subcharts/guacamole-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ service:
2323 type : ClusterIP
2424autoscaling :
2525 enabled : false
26-
27- authelia :
28- fqdn : authtotp.example.com
29- ip : 10.101.1.5
30- path : /guacamole/\#/login
3126ingress :
3227 annotations :
3328 cert-manager.io/cluster-issuer : letsencrypt-prod
@@ -38,5 +33,3 @@ ingress:
3833 nginx.ingress.kubernetes.io/configuration-snippet : |
3934 proxy_set_header Connection $http_connection;
4035 proxy_set_header Upgrade $http_upgrade;
41- ingressTOTP :
42- enabled : true
Original file line number Diff line number Diff line change @@ -11,11 +11,18 @@ guacamole-server:
1111 tlsHostname : guacamole.example.com
1212 deployment :
1313 env :
14+ # TODO: enable the BAN extension introduced in 1.6.0; for now
15+ # break-in attempts are blocked by TOTP because BAN requires
16+ # more ingress-nginx directives to provide proxy IP address
17+ ban_enabled : " false"
1418 guacd_hostname : guacamole-guacd
1519 guacd_port : 4822
20+ ldap_enabled : " false"
1621 mysql_database : guacamole
1722 mysql_hostname : db00
18- mysql_user : guacamole_user
23+ mysql_username : guacamole_user
24+ skip_if_unavailable : ldap
25+ totp_enabled : " true"
1926 xenv :
2027 - name : MYSQL_PASSWORD
2128 valueFrom :
You can’t perform that action at this time.
0 commit comments