Skip to content
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

Issue with cert-manager-webhook-scaleway when run as non root is set to true #26

Open
christian-vdz opened this issue May 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@christian-vdz
Copy link

Is your feature request related to a problem? Please describe.
With securityContext.runAsNonRoot set to true on Helm release, this error occured: Error: container has runAsNonRoot and image will run as root.

It does not stop the container from starting but the lack of permissions prevents port 443 to be bound:
"error executing command" err="failed to create listener: failed to listen on 0.0.0.0:443: listen tcp 0.0.0.0:443: bind: permission denied" logger="cert-manager"

Describe the solution you'd like
I don't know what the best solution is but I think we should create a new user which is allowed to create listeners.

@christian-vdz christian-vdz added the enhancement New feature or request label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant