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
Is your request related to a problem? Please describe.
For many cases, such as exposing to an external provider, it would be nice to be able to expose the /metrics endpoint via an unauthenticated connection like we do /events to certain IP ranges (our Prometheus server, or DataDog collectors, or whatever).
Describe the solution you'd like.
The best method here is probably to just define another variable like allow_unauthenticated_metrics_cidr_blocks and allow_unauthenticated_metrics_priority as there is for github webhooks, and then add a new aws_alb_listener_rule resource similar to the one for /events.
Describe alternatives you've considered.
We can add this listener rule resource ourself outside of the module (which is what we're doing now) but it would be nicer if it was just integrated into the module.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is your request related to a problem? Please describe.
For many cases, such as exposing to an external provider, it would be nice to be able to expose the
/metrics
endpoint via an unauthenticated connection like we do/events
to certain IP ranges (our Prometheus server, or DataDog collectors, or whatever).Describe the solution you'd like.
The best method here is probably to just define another variable like
allow_unauthenticated_metrics_cidr_blocks
andallow_unauthenticated_metrics_priority
as there is for github webhooks, and then add a newaws_alb_listener_rule
resource similar to the one for/events
.Describe alternatives you've considered.
We can add this listener rule resource ourself outside of the module (which is what we're doing now) but it would be nicer if it was just integrated into the module.
The text was updated successfully, but these errors were encountered: