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

This commit is contained in:
Ahmet DEMIR
2022-01-13 16:23:54 +01:00
parent 68b980d689
commit 26d7b70957

View File

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