mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Update config/config.go
Co-authored-by: Felix Fontein <felix@fontein.de> Signed-off-by: Enbiya Göral <100806254+enbiyagoral@users.noreply.github.com>
This commit is contained in:
@@ -182,7 +182,7 @@ type creationRule struct {
|
||||
Age interface{} `yaml:"age"` // string or []string
|
||||
PGP interface{} `yaml:"pgp"` // string or []string
|
||||
GCPKMS interface{} `yaml:"gcp_kms"` // string or []string
|
||||
HCKms []string `yaml:"hckms"` // string or []string
|
||||
HCKms []string `yaml:"hckms"`
|
||||
AzureKeyVault interface{} `yaml:"azure_keyvault"` // string or []string
|
||||
VaultURI interface{} `yaml:"hc_vault_transit_uri"` // string or []string
|
||||
KeyGroups []keyGroup `yaml:"key_groups"`
|
||||
|
||||
Reference in New Issue
Block a user