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

cache: Pass through wait query param to the cache.Get #5203

Merged
merged 1 commit into from
Jan 10, 2019
Merged

Conversation

mkeeler
Copy link
Member

@mkeeler mkeeler commented Jan 8, 2019

This adds a MaxQueryTime field to the connect ca leaf cache request type and populates it via the wait query param. The cache will then do the right thing and timeout the operation as expected if no new leaf cert is available within that time.

Fixes #4462

The reproduction scenario in the original issue now times out appropriately.

This adds a MaxQueryTime field to the connect ca leaf cache request type and populates it via the wait query param. The cache will then do the right thing and timeout the operation as expected if no new leaf cert is available within that time.

Fixes #4462
@mkeeler mkeeler added this to the 1.4.1 milestone Jan 8, 2019
@mkeeler mkeeler requested a review from a team January 8, 2019 21:39
Copy link
Member

@hanshasselberg hanshasselberg left a comment

Choose a reason for hiding this comment

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

👍

Copy link
Member

@banks banks left a comment

Choose a reason for hiding this comment

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

Great I thought this was going to be much more involved and relate to the background refresh stuff but this makes sense!

@mkeeler mkeeler merged commit baa8946 into master Jan 10, 2019
@mkeeler mkeeler deleted the bugfix/4462 branch January 23, 2019 14:19
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.

3 participants