accidentally removed DisableIssuedAtCheck during merge
This commit is contained in:
parent
ee7db4006a
commit
d2872564b4
1 changed files with 4 additions and 3 deletions
|
@ -78,6 +78,7 @@ type AuthConfig struct {
|
|||
Provisioners []*Provisioner `json:"provisioners,omitempty"`
|
||||
Template *x509util.ASN1DN `json:"template,omitempty"`
|
||||
Claims *ProvisionerClaims
|
||||
DisableIssuedAtCheck bool `json:"disableIssuedAtCheck,omitempty"`
|
||||
}
|
||||
|
||||
// Validate validates the authority configuration.
|
||||
|
|
Loading…
Reference in a new issue