e2e: fixes node write policy for consul agents (#25418)

This commit is contained in:
Michael Smithhisler
2025-03-17 15:18:30 -04:00
committed by GitHub
parent cb7bd0f4d5
commit c66269f8d0

View File

@@ -3,7 +3,7 @@
# Consul agents only need to register themselves and read services
node "*" {
node_prefix "" {
policy = "write"
}