kunaljha5 opened a new pull request, #1088: URL: https://github.com/apache/guacamole-client/pull/1088
🎯 Problem Statement The Guacamole Docker deployment has a critical permission issue with the recording functionality: guacd container (server) runs with UID/GID 1000 and writes recording files to shared volumes guacamole container (client) runs with UID/GID 1001 and cannot read these recording files This prevents the web interface from displaying session recordings to users 🔧 Solution Modified the guacamole-client Dockerfile to create proper group membership that allows the client container to read recordings written by the server container. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
