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

Update Vault config to Retry token validation to mitigate "412 required index state not present" errors validating newly created tokens #174

Merged
merged 8 commits into from
Feb 29, 2024

Conversation

richhesk
Copy link
Contributor

@richhesk richhesk commented Feb 28, 2024

Summary

Updates the vault configuration so that it retries token validation to mitigate "412 required index state not present" errors that occur intermittently. The errors seem to result from Vault's eventually consistent approach in a clustered environment which is described at https://developer.hashicorp.com/vault/docs/enterprise/consistency

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).

Checklist:

  • I've added tests for my code.
  • My change requires a change or adding to the documentation.
  • I have updated the documentation accordingly.

@richhesk richhesk marked this pull request as ready for review February 28, 2024 14:57
@haroon-sheikh haroon-sheikh merged commit 8fbf30a into sitture:master Feb 29, 2024
2 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants