[Security] Support invalidate API keys by multiple IDs #79714
Labels
enhancement
New value added to drive a business result
Feature:Security/Authentication
Platform Security - Authentication
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Describe the feature:
Elasticsearch now supports invalidating API keys by multiple IDs, using a new
ids
field: elastic/elasticsearch#63224We should support this in the authentication interface, where methods to invalidate by single key ID already exists.
Describe a specific use case for the feature:
This is useful for Fleet where sometimes we need to invalidate up to 20,000 keys from a single user action. Currently we do this by batching single invalidate requests. Once this is available, we can just send one request.
The text was updated successfully, but these errors were encountered: