We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7db40 commit d287256Copy full SHA for d287256
authority/config.go
@@ -75,9 +75,10 @@ type Config struct {
75
76
// AuthConfig represents the configuration options for the authority.
77
type AuthConfig struct {
78
- Provisioners []*Provisioner `json:"provisioners,omitempty"`
79
- Template *x509util.ASN1DN `json:"template,omitempty"`
80
- Claims *ProvisionerClaims
+ Provisioners []*Provisioner `json:"provisioners,omitempty"`
+ Template *x509util.ASN1DN `json:"template,omitempty"`
+ Claims *ProvisionerClaims
81
+ DisableIssuedAtCheck bool `json:"disableIssuedAtCheck,omitempty"`
82
}
83
84
// Validate validates the authority configuration.
0 commit comments