Skip to content

Commit 8b0ed04

Browse files
committed
Fixes
1 parent 98fba04 commit 8b0ed04

File tree

3 files changed

+33
-13
lines changed

3 files changed

+33
-13
lines changed

output/schema/schema.json

Lines changed: 24 additions & 12 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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/_types/Privileges.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,14 @@ export enum ClusterPrivilege {
171171
* @availability stack
172172
*/
173173
read_ccr,
174+
/**
175+
* @availability stack
176+
*/
177+
read_connector_secrets,
178+
/**
179+
* @availability stack
180+
*/
181+
read_fleet_secrets,
174182
/**
175183
* @availability stack
176184
*/

0 commit comments

Comments
 (0)