Skip to content

Commit 04b2dc9

Browse files
pquentingithub-actions[bot]
authored andcommitted
Add missing allow_restricted_indices to cross cluster api key APIs (#3128)
(cherry picked from commit 69875c0)
1 parent d95e952 commit 04b2dc9

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)