Merge pull request #1618 from hashicorp/disable-vault
Enabling vault if token is present
This commit is contained in:
commit
fbccaca5c7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue