Skip to content

Commit a62bfbc

Browse files
Fix user privileges (#1966) (#1968)
* Revert "IndicesPrivileges can contain multiple queries (#1963)" This reverts commit 3bc6627. * Fix IndicesPrivileges and RoleTemplateScript Co-authored-by: Sylvain Wallez <sylvain@elastic.co>
1 parent f15cfa4 commit a62bfbc

File tree

5 files changed

+183
-64
lines changed

5 files changed

+183
-64
lines changed

output/schema/schema.json

Lines changed: 134 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/_types/FieldSecurity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ import { Fields } from '@_types/common'
2121

2222
export class FieldSecurity {
2323
except?: Fields
24-
grant: Fields
24+
grant?: Fields
2525
}

0 commit comments

Comments
 (0)