aboutsummaryrefslogtreecommitdiff
path: root/pkg/policy/node.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/policy/node.go')
-rw-r--r--pkg/policy/node.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/policy/node.go b/pkg/policy/node.go
index 607dbc3..d933e7f 100644
--- a/pkg/policy/node.go
+++ b/pkg/policy/node.go
@@ -11,10 +11,10 @@ import (
)
type Node struct {
- Name string `json:"name"` // Artbirary node name to authenticate
- Secret string `json:"secret"` // Arbitrary node secret for authentication
- URL string `json:"url"` // Where the node's submissions can be downloaded
- Domains []string `json:"issues"` // Exact-match domain names allowed to be issued
+ Name string `json:"name"` // Artbirary node name to authenticate
+ Secret string `json:"secret"` // Arbitrary node secret for authentication
+ URL string `json:"location"` // Where the node's submissions can be downloaded
+ Domains []string `json:"requests"` // Exact-match domain names allowed to be issued
key [16]byte
}