2023-04-11 04:44:45 +00:00
|
|
|
apiVersion: v1
|
2023-10-22 22:52:59 +00:00
|
|
|
kind: ConfigMap
|
2023-04-11 04:44:45 +00:00
|
|
|
metadata:
|
2023-10-22 22:52:59 +00:00
|
|
|
name: guacamole-properties
|
|
|
|
namespace: management
|
2023-04-11 04:44:45 +00:00
|
|
|
stringData:
|
2023-10-22 22:52:59 +00:00
|
|
|
guacamole.properties: |
|
|
|
|
postgresql-hostname: postgresql.database
|
|
|
|
postgresql-port: 5432
|
|
|
|
postgresql-database: guacamole
|
|
|
|
postgresql-username: guacamole
|
|
|
|
postgresql-password: EypqWCBj7KvzqwWT8N2rNHofYVam
|
2023-04-11 04:44:45 +00:00
|
|
|
|
2023-10-22 22:52:59 +00:00
|
|
|
enable-clipboard-integration: true
|
2023-04-11 04:44:45 +00:00
|
|
|
|
2023-10-22 22:52:59 +00:00
|
|
|
openid-authorization-endpoint=https://auth.seanomik.net/application/o/authorize/
|
|
|
|
openid-client-id=8ab8a779ce0eaf204750855a24bb7698845aeb4a
|
|
|
|
openid-issuer=https://auth.seanomik.net/application/o/apache-guacamole/
|
|
|
|
openid-jwks-endpoint=https://auth.seanomik.net/application/o/apache-guacamole/jwks/
|
|
|
|
openid-redirect-uri=https://remote.seanomik.net/ # This must match the redirect URI in Authentik
|