mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
feat(cas): add generic Config parameter to allow more flexible configuration on CAS
This commit is contained in:
@@ -61,6 +61,9 @@ type Options struct {
|
||||
CaPool string `json:"-"`
|
||||
CaPoolTier 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
|
||||
|
||||
Reference in New Issue
Block a user