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

Add support for authentication #12

Open
sontek opened this issue Dec 2, 2022 · 1 comment
Open

Add support for authentication #12

sontek opened this issue Dec 2, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@sontek
Copy link
Contributor

sontek commented Dec 2, 2022

Similar to https://github.com/prometheus/pushgateway#tls-and-basic-authentication this should support some type of way to secure it if it needs to be communicated to publicly (i.e from something like vercel)

@mplachter
Copy link
Collaborator

Currently, we support basic auth using an AuthUsers comma-separated list, which can be passed at the command line or set as an ENV Variable.

Do we think we should support TLS as well, or do we want better Docs around this?

@mplachter mplachter added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants