Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

look at implementing eventual consistency mitigations #170

Open
briantist opened this issue Oct 28, 2021 · 1 comment
Open

look at implementing eventual consistency mitigations #170

briantist opened this issue Oct 28, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@briantist
Copy link
Collaborator

SUMMARY

https://www.vaultproject.io/docs/enterprise/consistency#mitigations

This can happen in Vault performance standby mode where you do a login for example, and then do a subsequent request with the resulting token, and that request hits a node which does not yet have the token replicated to it, and so the request fails.

The retry support we have in the collection actually already mitigates this if it's enabled. But we may want to look at more deeply addressing this particular case, by way of the headers available.

Will need to look into this some more and what support hvac already has. It may end up being a PR to hvac instead and then some minimal consumption of it on our end.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

N/A

ADDITIONAL INFORMATION

N/A

@briantist briantist added the enhancement New feature or request label Oct 28, 2021
@kaypeter87
Copy link

I think that is the right direction we should take. Let's look into how we can improve support on the hvac side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants