Use idpURL in json

This commit is contained in:
Mariano Cano 2022-11-30 11:07:07 -08:00 committed by GitHub
parent be4cd17b40
commit 002a058807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ type CRLConfig struct {
GenerateOnRevoke bool `json:"generateOnRevoke,omitempty"` GenerateOnRevoke bool `json:"generateOnRevoke,omitempty"`
CacheDuration *provisioner.Duration `json:"cacheDuration,omitempty"` CacheDuration *provisioner.Duration `json:"cacheDuration,omitempty"`
RenewPeriod *provisioner.Duration `json:"renewPeriod,omitempty"` RenewPeriod *provisioner.Duration `json:"renewPeriod,omitempty"`
IDPurl string `json:"idpurl,omitempty"` IDPurl string `json:"idpURL,omitempty"`
} }
// IsEnabled returns if the CRL is enabled. // IsEnabled returns if the CRL is enabled.