Skip to content

Commit 67f7ea2

Browse files
[Backport 8.x] Add missing allow_restricted_indices to cross cluster api key APIs (#3131)
Co-authored-by: Quentin Pradet <[email protected]>
1 parent d95e952 commit 67f7ea2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

specification/security/_types/Privileges.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,11 @@ export class ReplicationAccess {
382382
* A list of indices (or index name patterns) to which the permissions in this entry apply.
383383
*/
384384
names: IndexName[]
385+
/**
386+
* This needs to be set to true if the patterns in the names field should cover system indices.
387+
* @server_default false
388+
*/
389+
allow_restricted_indices?: boolean
385390
}
386391

387392
export class SearchAccess {

0 commit comments

Comments
 (0)