1
0
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:
Enbiya Göral
2025-12-13 23:23:56 +03:00
committed by GitHub
parent d6f36bd535
commit f0e530b16b

View File

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