Skip to content

Commit d287256

Browse files
committed
accidentally removed DisableIssuedAtCheck during merge
1 parent ee7db40 commit d287256

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: authority/config.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ type Config struct {
7575

7676
// AuthConfig represents the configuration options for the authority.
7777
type AuthConfig struct {
78-
Provisioners []*Provisioner `json:"provisioners,omitempty"`
79-
Template *x509util.ASN1DN `json:"template,omitempty"`
80-
Claims *ProvisionerClaims
78+
Provisioners []*Provisioner `json:"provisioners,omitempty"`
79+
Template *x509util.ASN1DN `json:"template,omitempty"`
80+
Claims *ProvisionerClaims
81+
DisableIssuedAtCheck bool `json:"disableIssuedAtCheck,omitempty"`
8182
}
8283

8384
// Validate validates the authority configuration.

0 commit comments

Comments
 (0)