AddSecureRemoteProvider adds the secret keyring to the default provider struct

This commit is contained in:
Kiril Zvezdarov 2015-06-21 19:19:00 -04:00
parent 8e930a9714
commit db7ff930a1
1 changed files with 4 additions and 3 deletions

View File

@ -318,6 +318,7 @@ func (v *Viper) AddSecureRemoteProvider(provider, endpoint, path, secretkeyring
endpoint: endpoint,
provider: provider,
path: path,
secretKeyring: secretkeyring,
}
if !v.providerPathExists(rp) {
v.remoteProviders = append(v.remoteProviders, rp)