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

SECURITY: Support basic authentication for webhook endpoints #74

Open
2 tasks
NickLarsenNZ opened this issue Jan 21, 2025 · 0 comments
Open
2 tasks

SECURITY: Support basic authentication for webhook endpoints #74

NickLarsenNZ opened this issue Jan 21, 2025 · 0 comments

Comments

@NickLarsenNZ
Copy link

Problem

There is no authentication on the webhook, meaning when the server is listening on 0.0.0.0, it is accessible from within the Kubernetes cluster (and possibly outside of the cluster depending on the CNI).

Proposal

  • Support basic-auth for webhook endpoints.
  • Add an example of how to use to the README.

See also #73

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

1 participant