-
Notifications
You must be signed in to change notification settings - Fork 25.6k
HLRC: Add InvalidateToken security API #35114
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
Conversation
This change adds the Invalidate Token API (DELETE /_xpack/security/oauth2/token) to the Elasticsearch High Level Rest Client. Relates: elastic#29827
|
Pinging @elastic/es-core-infra |
|
CC: @elastic/es-security |
jkakavas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, couldn't find a nit to point out :)
.../rest-high-level/src/main/java/org/elasticsearch/client/security/InvalidateTokenRequest.java
Show resolved
Hide resolved
# Conflicts: # client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/SecurityDocumentationIT.java
bizybot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thank you.
jaymode
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This change adds the Invalidate Token API (DELETE /_xpack/security/oauth2/token) to the Elasticsearch High Level Rest Client. Relates: #29827
This change adds the Invalidate Token API
(DELETE /_xpack/security/oauth2/token) to the Elasticsearch
High Level Rest Client.
Relates: #29827