Commit Graph

74 Commits

Author SHA1 Message Date
Jean-Benoit PAUX
1948878ca9 GUACAMOLE-1572: Revert postgres link name change 2022-08-09 15:03:12 +02:00
Jean-Benoit PAUX
4fca3127fb GUACAMOLE-1572: match PostgreSQL environment variables with guacamole.properties variables 2022-08-09 15:03:12 +02:00
Mike Jumper
fed176def6 GUACAMOLE-1005: Merge Docker support for configuring RemoteIPValve. 2022-07-27 23:42:11 -07:00
Jean-Benoit Paux
c8835338b0 GUACAMOLE-1322: fix SAML plugin loading 2022-04-08 10:31:55 +02:00
Romain Aviolat
57db729afb GUACAMOLE-1539: fix docker init logic when only auth-json is configured
This commit fixes an issue where the Docker init-script won't start if only the
auth-json extension is present.
2022-02-17 22:22:23 +01:00
Jean-Benoit Paux
3e1c92a532 GUACAMOLE-1322: implement correct property requirement logic 2022-02-10 12:37:31 +01:00
Jean-Benoit Paux
eb58d37d00 GUACAMOLE-1322: fix SAML/OpenID typo and style 2022-02-10 12:37:30 +01:00
Markus Petzsch
51eaddeba8 GUACAMOLE-1322: prepend Variable for SAML plugin with missing $ 2022-02-10 12:37:30 +01:00
Markus Petzsch
2fbd228c33 GUACAMOLE-1322: Correct indentation of SAML property assignments to match established code style. 2022-02-10 12:37:30 +01:00
Markus Petzsch
d8765a8f3c GUACAMOLE-1322: Add Docker environment variables for configuring SAML. 2022-02-10 12:37:30 +01:00
mtannertdev
e05f7c9fbd GUACAMOLE-1507: Enable configuration of of the 'extension-priority' parameter via environment variable
Enable configuration of of the 'extension-priority' parameter via environment variable.

Details: https://issues.apache.org/jira/browse/GUACAMOLE-1507
2022-01-20 02:07:34 -05:00
Virtually Nick
70f73cd47d GUACAMOLE-1394: Add support for setting OpenID groups claim type in Docker. 2022-01-03 12:43:17 -05:00
Virtually Nick
881d203080 GUACAMOLE-1418: Merge add support of SQLServer JDBC plugin to Docker build 2021-12-26 08:37:32 -07:00
jbpaux
c6eeeab560 GUACAMOLE-1418: fix missing space 2021-12-25 22:36:17 +01:00
jbpaux
c04af737b4 GUACAMOLE-1418: Make use of secrets files clearer 2021-12-24 17:13:23 +01:00
Marc Jegliewski
6857c1d220 GUACAMOLE-1475: Make api-session-timeout setable in Docker via env var API_SESSION_TIMEOUT 2021-12-13 12:41:12 +01:00
Jean-Benoit Paux
f66c81f351 GUACAMOLE-1418: Add support of SQL Server JDBC plugin in Docker Image 2021-09-16 10:38:47 +02:00
Michael Jumper
5e61ec7e84 GUACAMOLE-996: Add LDAP_GROUP_SEARCH_FILTER variable to Docker image. 2021-07-26 02:22:35 -07:00
Giacomo Longo
88c47dee26 GUACAMOLE-1005: Drop GUACAMOLE_ environment variable prefix 2021-06-12 12:09:33 +02:00
Michael Jumper
fae16c7ff3 GUACAMOLE-1316: Remove all unnecessary trailing whitespace from Docker-related files. 2021-04-02 11:29:46 -07:00
Michael Jumper
bdb2ad35ef GUACAMOLE-1316: Remove incorrect trailing whitespace after backslash escape. 2021-04-02 11:29:08 -07:00
Giacomo Longo
e25be1960d GUACAMOLE-1005: Docker, configure RemoteIPValve with xmlstarlet 2021-03-06 23:15:43 +01:00
Giacomo Longo
d91bfc9c9c GUACAMOLE-1005: Docker, correct RemoteIPValve configuration file path 2021-03-06 22:08:49 +01:00
Giacomo Longo
205cf1797d GUACAMOLE-1005: Docker, configure RemoteIPValve inplace 2021-03-06 20:56:46 +01:00
Giacomo Longo
b7b167e378 GUACAMOLE-1005: Docker, configure RemoteIPValve 2021-03-06 20:56:42 +01:00
Mike Jumper
de6da8555b GUACAMOLE-890: Merge support for running guacamole Docker image as non-root. 2021-02-21 10:48:24 -08:00
benrubson
c25df90555 GUACAMOLE-890: Security: Allow image to run as non-root user 2021-02-21 09:27:29 +01:00
Tom Schoonjans
eb2c2c9e38 GUACAMOLE-1284: add OPENID_MAX_TOKEN_VALIDITY to start.sh 2021-02-09 06:50:30 +00:00
Virtually Nick
42bdd51a33 GUACAMOLE-1128: Add MySQL and PostgreSQL auto creation for Docker 2020-12-29 00:27:35 -05:00
Bojan Zelic
720f884457 GUACAMOLE-1218: Add auth-json extension and configuration to docker start & build scripts 2020-12-18 13:13:32 -07:00
Michael Jumper
a5acb5acd6 GUACAMOLE-793: Add Docker environment variables for group-related CAS properties. 2020-12-12 13:56:01 -08:00
Erwan
4ba33dcbc0 GUACAMOLE-1147: Add all ldap attributes from the doc 2020-08-03 20:32:52 +02:00
Erwan
2f42b90f86 GUACAMOLE-1147: Add ldap-member-attribute-type support for Docker 2020-07-29 15:42:27 +02:00
Virtually Nick
9863aec9f6 GUACAMOLE-919: Merge implement PostgreSQL defaultStatementTimeout and socketTimeout 2020-07-29 08:17:02 -04:00
Douglas Heriot
a1922b6fdb GUACAMOLE-919: Whitespace fix 2020-07-27 13:36:56 +10:00
Douglas Heriot
306e1ad3ab GUACAMOLE-919: pass postgres driver socketTimout 2020-07-27 13:36:36 +10:00
Douglas Heriot
34130f54c9 GUACAMOLE-919: pass through defaultStatementTimeout
Testing a workaround for handling dropped TCP connections to the Postgres database.
2020-07-27 13:36:26 +10:00
Jordi Roman
70f331c76d GUACAMOLE-1082: guacamole-docker scripts with guacamole-auth-cas 2020-07-21 13:49:12 +02:00
Virtually Nick
699e262501 GUACAMOLE-857: Merge add guacamole-auth-header to Docker image 2020-07-07 12:25:11 -04:00
Jeremy Frasier
8be628a549 GUACAMOLE-857: Configure and use header auth extension if specified 2020-07-07 12:05:54 -04:00
Michael Jumper
3912439472 Merge 1.2.0 changes back to master. 2020-06-23 11:47:02 -07:00
Virtually Nick
9df8cfd38d GUACAMOLE-728: Add Docker support for SSL configuration for MySQL and Postgres. 2020-06-23 10:24:50 -04:00
Virtually Nick
b31467f3db GUACAMOLE-987: Merge set ldap-user-attributes in Docker via env variable 2020-04-11 09:26:15 -04:00
bprfh
f064fa907b GUACAMOLE-987: Set ldap-user-attributes via env variable
Set the ldap-user-attributes if the corresponding LDAP_USER_ATTRIBUTES is set.
2020-04-11 15:01:53 +02:00
benrubson
e0a325f614 GUACAMOLE-753: Add TOTP auth method to Docker image 2020-03-24 14:36:53 +01:00
Stephen Cluff
1358eb002e GUACAMOLE-897: Docker support for restricting authentication to database users only 2019-10-21 21:11:01 -07:00
Virtually Nick
380b88c095 GUACAMOLE-146: Pre-clean the webapp context before deploying it. 2019-04-19 15:01:52 -04:00
Virtually Nick
8c5002cd7b GUACAMOLE-626: Merge add support for Docker secrets to startup.sh 2019-02-02 14:38:25 -05:00
Virtually Nick
a2766884c4 GUACAMOLE-713: Merge add support for changing Logback verbosity to Docker start script 2019-01-27 16:53:18 -05:00
Joel Best
26d3d51db3 GUACAMOLE-716: Add all LDAP properties to Docker start script 2019-01-24 16:27:31 -05:00