From 62f94ac6a1404834ac6f0723ef57e25fcd5e67f9 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sat, 1 Jun 2024 15:35:45 +0200 Subject: Improve terminology and documentation --- pkg/policy/policy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/policy/policy.go') diff --git a/pkg/policy/policy.go b/pkg/policy/policy.go index 8ee4867..3c2fec2 100644 --- a/pkg/policy/policy.go +++ b/pkg/policy/policy.go @@ -10,7 +10,7 @@ import ( type Policy struct { Monitor Wildcards `json:"monitor"` - Nodes []Node `json:"nodes"` + Nodes []Node `json:"certificate_requesters"` // Optional StaticLogs []metadata.Log `json:"static_logs"` -- cgit v1.2.3