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.
|
// `vault` configuration.
|
||||||
func DefaultVaultConfig() *VaultConfig {
|
func DefaultVaultConfig() *VaultConfig {
|
||||||
return &VaultConfig{
|
return &VaultConfig{
|
||||||
Enabled: true,
|
|
||||||
AllowUnauthenticated: false,
|
AllowUnauthenticated: false,
|
||||||
Addr: "https://vault.service.consul:8200",
|
Addr: "https://vault.service.consul:8200",
|
||||||
ConnectionRetryIntv: DefaultVaultConnectRetryIntv,
|
ConnectionRetryIntv: DefaultVaultConnectRetryIntv,
|
||||||
|
|
Loading…
Reference in New Issue