Skip to content

Commit

Permalink
Add back comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Mar 20, 2020
1 parent 90c3ac5 commit a09c28a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/security/server/authentication/api_keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export class APIKeys {
request: KibanaRequest,
params: InvalidateAPIKeyParams
): Promise<InvalidateAPIKeyResult | null> {
// User needs `manage_api_key` privilege to use this API
return await this.callClusterToInvalidate(
params,
this.clusterClient.asScoped(request).callAsCurrentUser
Expand Down

0 comments on commit a09c28a

Please sign in to comment.