Skip to content

permission error on proxy image #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wzrdtales opened this issue Oct 29, 2022 · 4 comments
Open

permission error on proxy image #203

wzrdtales opened this issue Oct 29, 2022 · 4 comments

Comments

@wzrdtales
Copy link

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.

@GeorgeONLYOFFICE
Copy link

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?

@wzrdtales
Copy link
Author

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

@wzrdtales
Copy link
Author

wzrdtales commented Oct 31, 2022

and the user, the default which is according this

Kubernetes-Docs/values.yaml

Lines 327 to 334 in 9f87ed0

podSecurityContext:
enabled: false
converter:
runAsUser: 101
runAsGroup: 101
docservice:
runAsUser: 101
runAsGroup: 101

root, unless enabled which is not the case by default

@GeorgeONLYOFFICE
Copy link

GeorgeONLYOFFICE commented Nov 1, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants