Commit Graph

85 Commits

Author SHA1 Message Date
Michael Jumper
8b981d9213 GUACAMOLE-990: Add Docker image support for guacamole-auth-ban. 2022-08-22 15:16:45 -07: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
42f753bda8 GUACAMOLE-1418: update SQL Server driver to 9.4.1 2021-12-25 22:40:26 +01: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
Virtually Nick
666ae93a9d GUACAMOLE-1433: Merge update PostgreSQL JDBC driver in Docker image 2021-12-04 08:11:22 -05:00
Michael Jumper
36a02c1f90 GUACAMOLE-1364: Refactor all SSO extensions beneath common base. 2021-11-25 18:44:46 -08:00
Scott C Wang
cce2043fae GUACAMOLE-1433: Update postgresql JDBC driver in Docker image to fix "authentication type 10 not supported" error 2021-11-23 18:45:26 -06: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
Michael Jumper
e759bb683f GUACAMOLE-1204: Correct Docker image build failure due to PhantomJS.
Without OPENSSL_CONF explicitly set, the guacamole-common-js portion of
the build fails, as PhantomJS (used for the new unit tests) cannot find
libssl_conf.so:

    139677016997504:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory
    139677016997504:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
    139677016997504:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf
    139677016997504:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf
    Feb 12, 2021 5:09:33 AM org.openqa.selenium.os.UnixProcess checkForError
    SEVERE: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
2021-02-12 19:27:11 -08: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
Jeremy Frasier
ba089c0135 GUACAMOLE-857: Copy the header auth extension if it is built 2020-07-07 11:16:21 -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