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:
[email protected]