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

On lease deletion, also delete non-orphan batch token parent index #11377

Merged
merged 3 commits into from
Apr 16, 2021

Conversation

ncabatoff
Copy link
Collaborator

…ries for non-orphan batch tokens.

@ncabatoff ncabatoff changed the title Reproduce problem in a test: we're not deleting sys/token storage ent… On lease deletion, also delete non-orphan batch token parent index Apr 16, 2021
@ncabatoff ncabatoff marked this pull request as ready for review April 16, 2021 19:04
@ncabatoff
Copy link
Collaborator Author

Fixes #11178

@ncabatoff ncabatoff added this to the 1.6.4 milestone Apr 16, 2021
@ncabatoff ncabatoff requested a review from a team April 16, 2021 19:05
@@ -1160,7 +1170,6 @@ func (ts *TokenStore) lookupBatchToken(ctx context.Context, id string) (*logical
}
}

te.ID = id
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why this was here in the first place.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, you have moved this to the internal func. Cool.

@vercel vercel bot temporarily deployed to Preview – vault-storybook April 16, 2021 20:46 Inactive
@vercel vercel bot temporarily deployed to Preview – vault April 16, 2021 20:46 Inactive
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.

4 participants