Merge pull request #1618 from hashicorp/disable-vault

Enabling vault if token is present
This commit is contained in:
Diptanu Choudhury 2016-08-18 12:12:22 -07:00 committed by GitHub
commit fbccaca5c7
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ type VaultConfig struct {
// `vault` configuration.
func DefaultVaultConfig() *VaultConfig {
return &VaultConfig{
Enabled: true,
AllowUnauthenticated: false,
Addr: "https://vault.service.consul:8200",
ConnectionRetryIntv: DefaultVaultConnectRetryIntv,