necouchman commented on a change in pull request #581:
URL: https://github.com/apache/guacamole-client/pull/581#discussion_r546065767
##########
File path: guacamole-docker/bin/start.sh
##########
@@ -687,6 +687,18 @@ END
ln -s /opt/guacamole/cas/guacamole-auth-*.jar "$GUACAMOLE_EXT"
}
+##
+## Adds properties to guacamole.properties which configure the json
+## authentication provider.
+##
+associate_json() {
+ # Update config file
+ set_property "json-secret-key" "$JSON_SECRET_KEY"
Review comment:
While we're at it, should we also make the optional property
"json-trusted-networks" available, here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]