Skip to content

Commit

Permalink
[Backport 8.x] Add missing allow_restricted_indices to cross cluster …
Browse files Browse the repository at this point in the history
…api key APIs (#3131)

Co-authored-by: Quentin Pradet <[email protected]>
  • Loading branch information
github-actions[bot] and pquentin authored Nov 15, 2024
1 parent d95e952 commit 67f7ea2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions specification/security/_types/Privileges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,11 @@ export class ReplicationAccess {
* A list of indices (or index name patterns) to which the permissions in this entry apply.
*/
names: IndexName[]
/**
* This needs to be set to true if the patterns in the names field should cover system indices.
* @server_default false
*/
allow_restricted_indices?: boolean
}

export class SearchAccess {
Expand Down

0 comments on commit 67f7ea2

Please sign in to comment.