APIs to define mTLS configuration for KES (#235)

Adding support for user to define KES mTLS configuration for Vault and
Gemalto
This commit is contained in:
Lenin Alevski
2020-08-07 20:23:03 -07:00
committed by GitHub
parent 47274817fa
commit 8ec6d695de
8 changed files with 486 additions and 232 deletions

View File

@@ -46,9 +46,6 @@ type EncryptionConfiguration struct {
// image
Image string `json:"image,omitempty"`
// master key
MasterKey string `json:"master_key,omitempty"`
// server
Server *EncryptionConfigurationServer `json:"server,omitempty"`