You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Service Registration feature is failing with a message: [ERROR] service_registration.consul: error running service registration: redirect address must not be empty.
I tried to add redirect_addr = "https://10.48.0.51:8200" and/or service_address = "https://10.48.0.51:8200" to the service_registration section, but that didn't help.
Vault startup log below:
Mar 30 12:58:48 vault-2 vault[30905]: ==> Vault server configuration:
Mar 30 12:58:48 vault-2 vault[30905]: Api Address: https://10.48.0.51:8200
Mar 30 12:58:48 vault-2 vault[30905]: Cgo: disabled
Mar 30 12:58:48 vault-2 vault[30905]: Cluster Address: https://10.48.0.51:8201
Mar 30 12:58:48 vault-2 vault[30905]: Listener: tcp (addr: "0.0.0.0:8200", cluster address: "0.0.0.0:8201", max_request_duration: "1m30s", max_request_size: "33554432", tls: "enabled")
Mar 30 12:58:48 vault-2 vault[30905]: Log Level: info
Mar 30 12:58:48 vault-2 vault[30905]: Mlock: supported: true, enabled: false
Mar 30 12:58:48 vault-2 vault[30905]: Recovery Mode: false
Mar 30 12:58:48 vault-2 vault[30905]: Storage: gcs (HA available)
Mar 30 12:58:48 vault-2 vault[30905]: Version: Vault v1.4.0-rc1
Mar 30 12:58:48 vault-2 vault[30905]: ==> Vault server started! Log data will stream in below:
Mar 30 12:58:48 vault-2 vault[30905]: 2020-03-30T12:58:48.423Z [INFO] proxy environment: http_proxy= https_proxy= no_proxy=
Mar 30 12:58:48 vault-2 vault[30905]: 2020-03-30T12:58:48.612Z [ERROR] service_registration.consul: error running service registration: redirect address must not be empty
To Reproduce
Steps to reproduce the behavior:
Use not consul based storage (GCS in my case)
Add service_registration stanza
Vault can't register itself to Consul cluster.
Expected behavior
Vault can register itself to the Consul cluster.
Environment:
Vault Server Version (retrieve with vault status): 1.4.0-rc1
Vault CLI Version (retrieve with vault version): 1.4.0-rc1
Server Operating System/Architecture: Linux vault-2 4.15.0-1055-gcp #59-Ubuntu SMP Tue Feb 11 21:10:17 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Vault server configuration file(s):
Describe the bug
Service Registration feature is failing with a message:
[ERROR] service_registration.consul: error running service registration: redirect address must not be empty
.I tried to add
redirect_addr = "https://10.48.0.51:8200"
and/orservice_address = "https://10.48.0.51:8200"
to theservice_registration
section, but that didn't help.Vault startup log below:
To Reproduce
Steps to reproduce the behavior:
service_registration
stanzaExpected behavior
Environment:
vault status
):1.4.0-rc1
vault version
):1.4.0-rc1
Linux vault-2 4.15.0-1055-gcp #59-Ubuntu SMP Tue Feb 11 21:10:17 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Vault server configuration file(s):
The text was updated successfully, but these errors were encountered: