mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-11 07:11:00 +00:00
feat(cas): add generic Config parameter to allow more flexible configuration on CAS
This commit is contained in:
parent
68b980d689
commit
26d7b70957
@ -61,6 +61,9 @@ type Options struct {
|
|||||||
CaPool string `json:"-"`
|
CaPool string `json:"-"`
|
||||||
CaPoolTier string `json:"-"`
|
CaPoolTier string `json:"-"`
|
||||||
GCSBucket string `json:"-"`
|
GCSBucket string `json:"-"`
|
||||||
|
|
||||||
|
// Generic structure to configure any CAS
|
||||||
|
Config map[string]interface{} `json:"config,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// CertificateIssuer contains the properties used to use the StepCAS certificate
|
// CertificateIssuer contains the properties used to use the StepCAS certificate
|
||||||
|
Loading…
Reference in New Issue
Block a user