We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b585e91 commit 85cfaefCopy full SHA for 85cfaef
pkg/features/features.go
@@ -53,7 +53,7 @@ type cfg struct {
53
TamperProtection *struct {
54
Enabled bool `json:"enabled" yaml:"enabled" config:"enabled"`
55
} `json:"tamper_protection,omitempty" yaml:"tamper_protection,omitempty" config:"tamper_protection,omitempty"`
56
- DisablePolicyChangeAcks struct {
+ DisablePolicyChangeAcks *struct {
57
58
} `json:"disable_policy_change_acks" toml: "disable_policy_change_acks" config:"disable_policy_change_acks"`
59
} `json:"features" yaml:"features" config:"features"`
0 commit comments