feat(cas): add generic Config parameter to allow more flexible configuration on CAS
This commit is contained in:
parent
68b980d689
commit
26d7b70957
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue