-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Panic on retrieving entity #4836
Milestone
Comments
Vault server logs:
|
I removed the entity and logged in with the same auth method again, and now I can retrieve the entity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The vault server will panic internally and return EOF to the client when retrieving an entity. The entity was created automatically through an enabled Github auth engine.
To Reproduce
vault read identity/entity/id/<id>
Expected behavior
The entity is returned.
Environment:
vault status
):0.10.3
vault version
):0.10.3
Vault server configuration file(s):
Additional context
The entity and the alias are created, and a group mapping configured through external groups is also created automatically. The storage is GCS as a multi region bucket.
The text was updated successfully, but these errors were encountered: