-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[filebeat][streaming] - Added OAuth2 support with auto token refresh for websockets #42212
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
This pull request is now in conflicts. Could you fix it? 🙏
|
@chrisberkhout, I've addressed most of the suggestions, for others have provided some comments. |
…with auto token refresh for websockets (#42244) * [filebeat][streaming] - Added OAuth2 support with auto token refresh for websockets (#42212) * Added OAuth2 support with auto token refresh for websockets. A manual token refresh logic had to be implemented since the OAuth2 client and the websocket client are separate entities and cannot be clubbed together. (cherry picked from commit 4244fa2) * Update CHANGELOG.next.asciidoc --------- Co-authored-by: Shourie Ganguly <[email protected]>
…with auto token refresh for websockets (#42242) * [filebeat][streaming] - Added OAuth2 support with auto token refresh for websockets (#42212) * Added OAuth2 support with auto token refresh for websockets. A manual token refresh logic had to be implemented since the OAuth2 client and the websocket client are separate entities and cannot be clubbed together. (cherry picked from commit 4244fa2) * Update CHANGELOG.next.asciidoc --------- Co-authored-by: Shourie Ganguly <[email protected]>
…ith auto token refresh for websockets (#42243) * [filebeat][streaming] - Added OAuth2 support with auto token refresh for websockets (#42212) * Added OAuth2 support with auto token refresh for websockets. A manual token refresh logic had to be implemented since the OAuth2 client and the websocket client are separate entities and cannot be clubbed together. (cherry picked from commit 4244fa2) * Update CHANGELOG.next.asciidoc --------- Co-authored-by: Shourie Ganguly <[email protected]>
Type of change
Proposed commit message
Added OAuth2 support with auto token refresh for websockets. A manual token refresh logic had to be implemented since the OAuth2 client and the websocket client are separate entities and cannot be clubbed together.
Checklist
- [ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
NONE
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs