Add leader_cluster_address to sys/leader. - #204
Closed
Lasering wants to merge 1 commit into
Closed
Conversation
Add leader_cluster_address to sys/leader.
Author
|
Is there any way I can help move this? |
Author
|
I can't retry the CI. It failed because it could not curl Vault. Can someone retry it? |
Member
|
Edit: failed to realize this was the vault-ruby repo when I clicked through, never mind. |
Author
|
@jefferai can you retry the CI? I'm pretty sure it will pass since it only failed on 1 job out of 12. |
Author
|
@jefferai is there anything I can do? |
chrisarcand
added a commit
that referenced
this pull request
Feb 4, 2026
The Vault API returns a `leader_cluster_address` field from the /sys/leader endpoint, which provides the cluster address where the leader is running (distinct from `leader_address` which is the API address). This change exposes that field through the `LeaderStatus` response object as `cluster_address`. Changes: - Added `leader_cluster_address` field to `LeaderStatus` class - Added test coverage for the new field - Updated example documentation - Updated CHANGELOG Fixes #204
chrisarcand
added a commit
to llafage-claranet/vault-ruby
that referenced
this pull request
Feb 4, 2026
The Vault API returns a `leader_cluster_address` field from the /sys/leader endpoint, which provides the cluster address where the leader is running (distinct from `leader_address` which is the API address). This change exposes that field through the `LeaderStatus` response object as `cluster_address`. Changes: - Added `leader_cluster_address` field to `LeaderStatus` class - Added test coverage for the new field - Updated example documentation - Updated CHANGELOG Fixes hashicorp#204
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the leader_cluster_address field returned from the leader endpoint.
https://www.vaultproject.io/api/system/leader.html