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 enabling unauthentacated access to metrics endpoint #850

Open
sshipway opened this issue Oct 27, 2022 · 1 comment · May be fixed by #904
Open

Add support for enabling unauthentacated access to metrics endpoint #850

sshipway opened this issue Oct 27, 2022 · 1 comment · May be fixed by #904

Comments

@sshipway
Copy link

This is necessary to support monitoring clients that are not able to use client-cert-auth, where a firewall provides the necessary protection of the server.
The existing template only allows the metrics entry to be added to auth.conf by defining an allow list of client certs and patterns. This proposed improvement would allow users to instead have allow-unauthenticated:true
In addition, being able to add a generic block to the file would give a way to provide temporary support for future requirements until such time as they are properly supported by the module.

Created PR #849 to provide this level of control.

@fraenki
Copy link
Contributor

fraenki commented Dec 12, 2023

I'm running into the same issue and submitted an updated PR for this: #904.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants