Skip to content

Commit

Permalink
Add missing allow_restricted_indices to cross cluster api key APIs (#…
Browse files Browse the repository at this point in the history
…3128)

(cherry picked from commit 69875c0)
  • Loading branch information
pquentin authored and github-actions[bot] committed Nov 15, 2024
1 parent cc315a4 commit 8ad482b
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 8ad482b

Please sign in to comment.