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

Run as non-root user #20

Merged
merged 3 commits into from
Sep 2, 2022

Conversation

funkypenguin
Copy link
Contributor

Hey guys!

This PR simply changes the webhook from running on port 80 to running on port 8000, which means it no longer requires running as root! I've updated the helm chart and Dockerfile to use alpine's "nobody" user (UID 65534), which should make it compatible with platforms (like mine!) which enforce non-root users on all containers :)

Cheers!
D

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
@funkypenguin
Copy link
Contributor Author

Hey guys, could I get some lovin' on these PRs please? ❤️

Thanks!
D

Copy link
Member

@julienduchesne julienduchesne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@julienduchesne julienduchesne merged commit 72ff806 into grafana:main Sep 2, 2022
@funkypenguin funkypenguin deleted the listen-on-port-8000 branch September 20, 2022 22:32
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

Successfully merging this pull request may close these issues.

None yet

2 participants