diff --git a/config.yaml.sample b/config.yaml.sample index 7b82d5a6d0515231a00e864a7322fd276ec78d02..7e574fe041b35c1cea21576616a270e099e54524 100644 --- a/config.yaml.sample +++ b/config.yaml.sample @@ -60,4 +60,4 @@ vaultEncryptionURL: http://10.6.16.32:8200 vaultEncryptionToken: YOUR_VAULT_TOKEN vaultEncryptionPath: /developers/data/devteam/cert vaultEncryptionCertFile: encryptionCert -vaultEncryptionKeyFile: enctyptionKey +vaultEncryptionKeyFile: encryptionKey diff --git a/config/configs.go b/config/configs.go index fbad7951264c342b7cc79f9fb204695763ca81fb..137f20c95c4714f0a910c0cc9e4458cb62309219 100644 --- a/config/configs.go +++ b/config/configs.go @@ -92,7 +92,7 @@ func SetConfigValues(configFile, etcdURL string) error { viper.SetDefault("vaultEncryptionToken", "") viper.SetDefault("vaultEncryptionPath", "") viper.SetDefault("vaultEncryptionCertFile", "encryptionCert") - viper.SetDefault("vaultEncryptionKeyFile", "enctyptionKey") + viper.SetDefault("vaultEncryptionKeyFile", "encryptionKey") // Read Config File if configFile != "" {