aboutsummaryrefslogtreecommitdiff
path: root/pkg/policy/policy.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2024-06-01 15:35:45 +0200
committerRasmus Dahlberg <rasmus@rgdd.se>2024-06-02 13:04:04 +0200
commit62f94ac6a1404834ac6f0723ef57e25fcd5e67f9 (patch)
tree5a70ce3dec39229d37816dafed0d944016c1dd54 /pkg/policy/policy.go
parent279de6a1195adb739a8d1f2afb445b68793b28b8 (diff)
Improve terminology and documentationmain
Diffstat (limited to 'pkg/policy/policy.go')
-rw-r--r--pkg/policy/policy.go2
1 files changed, 1 insertions, 1 deletions
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"`