Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .docker/images/nginx/helpers/208-prometheus-metrics.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
###
### Deny access to Prometheus Exporter Metrics except from within the cluster.
### @see https://www.govcms.support/a/solutions/articles/51000005182
###

location /metrics {
allow 13.237.126.195;
allow 3.24.141.165;
allow 54.66.94.21;
allow 3.105.154.56;
allow 3.105.156.50;
allow 3.24.221.135;
allow 13.239.94.234;
allow 13.55.172.241;
allow 54.252.25.106;
allow 3.105.36.208;
allow 54.66.105.170;
allow 3.105.153.49;
deny all;
}