You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 haveallow-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.
The text was updated successfully, but these errors were encountered: