Skip to content
Snippets Groups Projects
Commit d55abeb8 authored by Damyan Mitev's avatar Damyan Mitev :beach:
Browse files

fix typo

parent 4b5c3ee3
No related branches found
No related tags found
1 merge request!63vereign root certificate expires on 1st november
Pipeline #32213 passed
...@@ -60,4 +60,4 @@ vaultEncryptionURL: http://10.6.16.32:8200 ...@@ -60,4 +60,4 @@ vaultEncryptionURL: http://10.6.16.32:8200
vaultEncryptionToken: YOUR_VAULT_TOKEN vaultEncryptionToken: YOUR_VAULT_TOKEN
vaultEncryptionPath: /developers/data/devteam/cert vaultEncryptionPath: /developers/data/devteam/cert
vaultEncryptionCertFile: encryptionCert vaultEncryptionCertFile: encryptionCert
vaultEncryptionKeyFile: enctyptionKey vaultEncryptionKeyFile: encryptionKey
...@@ -92,7 +92,7 @@ func SetConfigValues(configFile, etcdURL string) error { ...@@ -92,7 +92,7 @@ func SetConfigValues(configFile, etcdURL string) error {
viper.SetDefault("vaultEncryptionToken", "") viper.SetDefault("vaultEncryptionToken", "")
viper.SetDefault("vaultEncryptionPath", "") viper.SetDefault("vaultEncryptionPath", "")
viper.SetDefault("vaultEncryptionCertFile", "encryptionCert") viper.SetDefault("vaultEncryptionCertFile", "encryptionCert")
viper.SetDefault("vaultEncryptionKeyFile", "enctyptionKey") viper.SetDefault("vaultEncryptionKeyFile", "encryptionKey")
// Read Config File // Read Config File
if configFile != "" { if configFile != "" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment