Hello, I am working on deploying guacamole (1.5.5) to Docker for the first time and the issue I have is that guacamole is hitting a permissions error when retrieving Docker secrets in start.sh for the *_FILE variables.
In my own initialization script, I got around that by installing sudo and giving the non-root user access to 'cat', but this will clearly not work for guacamole's own start.sh script. How does everyone else deal with this? This is the first time I have encountered this particular difficulty with the use of Docker secrets. My other services are able to handle secrets without any intervention and I have not seen any notes in the guacamole documentation about this specifically. Thanks in advance for any assistance.
