necouchman commented on a change in pull request #581:
URL: https://github.com/apache/guacamole-client/pull/581#discussion_r546053229



##########
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_optional_property "json-secret-key"         "$JSON_SECRET_KEY"

Review comment:
       Is this an optional property? Isn't this required if the JSON extension 
is used?




----------------------------------------------------------------
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]


Reply via email to