-
Notifications
You must be signed in to change notification settings - Fork 834
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
Image kong/kong-gateway:3.5.0.3-amazonlinux-2023 does not allow write permissions for kong user #696
Comments
Hello @lays147, sorry for taking long to respond: The Can you explain why your plugins need to write to -Hans |
Well, all the docs around plugins relate to adding the binaries to There is NO documentation under Kong docs about the good practices where the plugins should be, and the issues that one can find on using it. I don't have that issue on using the kong-ubuntu version, only with the amazonlinux one. cc @hanshuebner |
@lays147 I'm not sure I understand what you're looking for. In your description, you write that your plugins "fail to start" because they cannot write to I understand that our documentation could be better. If you have a specific suggestion, feel free to contribute to docs.konghq.com - If you start a certain page that you feel is missing, we can add to it with our specific knowledge. |
@hanshuebner the problem is that the |
@lays147 You mentioned that you're using a custom Dockerfile - Can you add |
@hanshuebner I changed to use the kong-ubuntu based image, since this one is recommended for enterprise users, which I'm not. I just reported the bug :) |
Hi,
I'm using a Dockerfile with the
kong/kong-gateway:3.5.0.3-amazonlinux-2023
and my plugins fail to start because apparently thekong
user does not have written permissions to/usr/local/kong
.This problem does not occur using the image
kong/kong-gateway:3.2.1.0-amazonlinux-2022
andkong:3.5-ubuntu
for example.The permissions of the folder are:
I'm seeking for advice on where to look to investigate this issue.
The text was updated successfully, but these errors were encountered: