1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 15:10:12 +00:00

Revert "Revert "Encryption Key Rotation Changes""

This commit is contained in:
Ryan Sanna
2020-12-14 11:51:46 -07:00
committed by GitHub
parent a6327bbc2f
commit 49e158a974
8 changed files with 345 additions and 71 deletions

View File

@@ -57,6 +57,8 @@ type RancherKubernetesEngineConfig struct {
Restore RestoreConfig `yaml:"restore" json:"restore,omitempty"`
// Rotating Certificates Option
RotateCertificates *RotateCertificates `yaml:"rotate_certificates,omitempty" json:"rotateCertificates,omitempty"`
// Rotate Encryption Key Option
RotateEncryptionKey bool `yaml:"rotate_encryption_key" json:"rotateEncryptionKey"`
// DNS Config
DNS *DNSConfig `yaml:"dns" json:"dns,omitempty"`
// Upgrade Strategy for the cluster