Kubernetes-Docs
Kubernetes-Docs copied to clipboard
permission error on proxy image
15#15: *26 open() "/var/www/onlyoffice/documentserver/sdkjs/common/Images/content_controls/[email protected]" failed (13: Permission denied),
This is what the proxy images currently return, is it possible that they have been wrongly build? B/c those are static files in the container itself, but they have permission on the ds user and not the nginx user running the whole thing. Seems like this image wasn't tested.
Hello,
Could you specify if you are using your own rebuilt images or if you are starting pods under some other user than the one specified by default?
the official ones https://hub.docker.com/r/onlyoffice/docs-proxy (as far as i can see all three variants have that problem)
and the user, the default which is according this https://github.com/ONLYOFFICE/Kubernetes-Docs/blob/9f87ed01fbd31969a31a218c81b0cc56240cf30a/values.yaml#L327-L334
root, unless enabled which is not the case by default
Hello,
We have just tested it and couldn't reproduce the issue. Could you give us a step by step scenario of how you installed the solution, any additional configurations made (if there were any), attach screenshots with the error you see and specify the browser and its version you are currently using? This way we could be sure we don't miss anything during the testing from our side. Additionally, please specify which solution you use to install helm Docs, is it Openshift, pure Kubernetes, etc?