BojanZelic commented on a change in pull request #581:
URL: https://github.com/apache/guacamole-client/pull/581#discussion_r546069122
##########
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:
Good point, that property wasn't documented and I wasn't aware it
existed. Should be fixed now
----------------------------------------------------------------
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]