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

Adding KibanaRequest#uuid #76822

Merged
merged 9 commits into from
Sep 21, 2020
Merged

Adding KibanaRequest#uuid #76822

merged 9 commits into from
Sep 21, 2020

Conversation

kobelb
Copy link
Contributor

@kobelb kobelb commented Sep 4, 2020

Fleet has rate-limiting on their enrollment endpoint using a preAuthHandler, which utilizes KibanaRequest#completed$ to know when the request is complete and decrement the counter.

This isn't an option for their check-in endpoint, which utilizes long-polling. They'd ideally like to decrement the counter once the HTTP request gets to the point where they're just waiting for a configuration change. This isn't currently possible because they're unable to uniquely identify the requests to ensure that we're only decrementing the counter once per request. Adding the KibanaRequest#uuid allows this to work as expected kobelb@e5c2f47

Dev Docs

The KibanaRequest now has a uuid property which is a UUID that uniquely identifies the request.

@kobelb kobelb added v8.0.0 v7.10.0 release_note:plugin_api_changes Contains a Plugin API changes section for the breaking plugin API changes section. labels Sep 17, 2020
@kobelb
Copy link
Contributor Author

kobelb commented Sep 21, 2020

@elasticmachine merge upstream

@kobelb kobelb marked this pull request as ready for review September 21, 2020 13:35
@kobelb kobelb requested a review from a team as a code owner September 21, 2020 13:35
@kobelb
Copy link
Contributor Author

kobelb commented Sep 21, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@kobelb kobelb merged commit b4827ac into elastic:master Sep 21, 2020
@kobelb kobelb deleted the request-uuid branch September 21, 2020 16:41
kobelb added a commit that referenced this pull request Sep 21, 2020
* Adding KibanaRequest#uuid

* Adding tests

* Fixing test which was mocking uuid.v4() to get expected IDs

* Fixing another mock

* Updating docs

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:plugin_api_changes Contains a Plugin API changes section for the breaking plugin API changes section. v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants