Kubernetes-Docs icon indicating copy to clipboard operation
Kubernetes-Docs copied to clipboard

permission error on proxy image

Open wzrdtales opened this issue 2 years ago • 4 comments

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.

wzrdtales avatar Oct 29 '22 21:10 wzrdtales

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?

GeorgeONLYOFFICE avatar Oct 31 '22 08:10 GeorgeONLYOFFICE

the official ones https://hub.docker.com/r/onlyoffice/docs-proxy (as far as i can see all three variants have that problem)

wzrdtales avatar Oct 31 '22 15:10 wzrdtales

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

wzrdtales avatar Oct 31 '22 15:10 wzrdtales

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?

GeorgeONLYOFFICE avatar Nov 01 '22 11:11 GeorgeONLYOFFICE