We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug When using DynamoDB as a backend, Vault is unhealthy when the standby instance is going down
To Reproduce Steps to reproduce the behavior:
This cluster is running on AWS with ELB to run health checks and point traffic to the active instance using v1/sys/health route.
We had downtime with vault when the standby vault ec2 instance had networking issues.
Expected behavior standby instances health should not affect the healthiness of the cluster.
Environment:
Sealed: false Key Shares: 1 Key Threshold: 1 Unseal Progress: 0 Unseal Nonce: Version: 0.8.0 Cluster Name: **** Cluster ID: 0792fc39-3392-79b5-43b7-c288405a0932 High-Availability Enabled: true Mode: active Leader Cluster Address: https://***.:8201
vault version
vault version Vault v0.8.0 ('af63d879130d2ee292f09257571d371100a513eb')
Server Operating System/Architecture:
+-------------+ +------------------+ | VAULT 0.8.0 +---------+ | +------+------+ | | | | | +-----------+ +------+-------+ | | | | | VAULT 0.8.0 +------- | DynamoDB | | AWS ELB ++ +------+-------+ | | | || | | | +------------+ +-------+--------+ | | +-+--^+ VAULT 0.8.0 |--------+ | | +----------------+ +------------------+ | +------------+----------------+ | Ping Target | | HTTP:8200/v1/sys/health | | Timeout 3 seconds | | Interval 5 seconds | | Unhealthy threshold 2 | | Healthy threshold 2 | +-----------------------------+
Vault server configuration file(s):
storage "dynamodb" { ha_enabled = "true" region = "eu-west-1" table = "staging-vault-application" redirect_addr = "http://vault.*.com.:8200" api_addr = "http://vault.*.com.:8200" cluster_addr = "http://vault-internal.*com.:8201" } listener "tcp" { address = "0.0.0.0:8200" tls_disable = 1 } telemetry { statsd_address = "statsd.*.com:8125" }
The text was updated successfully, but these errors were encountered:
Possibly related to #5828 ?
Sorry, something went wrong.
Closing this since #6512 has been merged to fix this.
No branches or pull requests
Describe the bug
When using DynamoDB as a backend, Vault is unhealthy when the standby instance is going down
To Reproduce
Steps to reproduce the behavior:
This cluster is running on AWS with ELB to run health checks and point traffic to the active instance using v1/sys/health route.
We had downtime with vault when the standby vault ec2 instance had networking issues.
Expected behavior
standby instances health should not affect the healthiness of the cluster.
Environment:
vault version
):Server Operating System/Architecture:
Vault server configuration file(s):
The text was updated successfully, but these errors were encountered: