You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2020/07/07 16:08:16 UTC

[GitHub] [guacamole-client] jsf9k commented on a change in pull request #548: GUACAMOLE-857: Add guacamole-auth-header to Docker image

jsf9k commented on a change in pull request #548:
URL: https://github.com/apache/guacamole-client/pull/548#discussion_r450979515



##########
File path: guacamole-docker/bin/start.sh
##########
@@ -591,6 +591,18 @@ END
     ln -s /opt/guacamole/duo/guacamole-auth-*.jar   "$GUACAMOLE_EXT"
 }
 
+##
+## Adds properties to guacamole.properties which configure the header
+## authentication provider.
+##
+associate_header() {
+    # Update config file
+    set_optional_property   "http-auth-header"                 "$HTTP_AUTH_HEADER"

Review comment:
       Done.  See commit 8be628a.  I did another force-push since a fixup commit made the most sense for this.




----------------------------------------------------------------
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:
users@infra.apache.org