mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
Making AllowUnauthenticated true by default
This commit is contained in:
@@ -75,6 +75,9 @@ func DefaultVaultConfig() *VaultConfig {
|
||||
return &VaultConfig{
|
||||
Addr: "https://vault.service.consul:8200",
|
||||
ConnectionRetryIntv: DefaultVaultConnectRetryIntv,
|
||||
AllowUnauthenticated: func(b bool) *bool {
|
||||
return &b
|
||||
}(true),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user