commit | ca00a9b4f78a0bf982b54e8a5689fa6a142ce0f9 | [log] [tgz] |
---|---|---|
author | chalupaul <chalupaul@chalupauls-air.rackspace.corp> | Wed May 27 15:50:32 2015 -0500 |
committer | Kiril Zvezdarov <kzvezdarov@gmail.com> | Sun Jun 21 19:09:06 2015 -0400 |
tree | 2ed6b80166e63e328b2d24ae38ac872d31b7842b | |
parent | 12f7ec6566254ef4259f8cca4aabeef8c7d6a0b8 [diff] |
The AddSecureRemoteProvider function didn't add secretKeyring to the remoteProvider struct.
diff --git a/viper.go b/viper.go index d95ca28..2b651f8 100644 --- a/viper.go +++ b/viper.go
@@ -286,6 +286,7 @@ endpoint: endpoint, provider: provider, path: path, + secretKeyring: secretkeyring, } if !v.providerPathExists(rp) { v.remoteProviders = append(v.remoteProviders, rp)