feat(cas): add generic Config parameter to allow more flexible configuration on CAS

pull/798/head
Ahmet DEMIR 2 years ago
parent 68b980d689
commit 26d7b70957
No known key found for this signature in database
GPG Key ID: 7F0E92AFAC67CDD5

@ -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

Loading…
Cancel
Save