-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
openmessaging-benchmark/driver-redpanda/deploy/provision-redpanda-aws.tf
Lines 176 to 188 in 8411e4a
| #Prometheus/Dashboard access | |
| ingress { | |
| from_port = 9090 | |
| to_port = 9090 | |
| protocol = "tcp" | |
| cidr_blocks = ["0.0.0.0/0"] | |
| } | |
| ingress { | |
| from_port = 3000 | |
| to_port = 3000 | |
| protocol = "tcp" | |
| cidr_blocks = ["0.0.0.0/0"] | |
| } |
This should probably be locked down to same address as used for general access to the security group from the tester's home node.
cidr_blocks = ["${chomp(data.http.myip.body)}/32"]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels