Skip to content

Commit 8d14228

Browse files
committed
Fix RemoteClusterPrivilege availability (#3145)
(cherry picked from commit 167b7c0)
1 parent 09ae1b9 commit 8d14228

File tree

4 files changed

+25
-19
lines changed

4 files changed

+25
-19
lines changed

output/schema/schema.json

Lines changed: 22 additions & 17 deletions
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ export enum ClusterPrivilege {
200200

201201
/**
202202
* The subset of cluster level privileges that can be defined for remote clusters.
203-
* @availability stack
204203
*/
205204
export enum RemoteClusterPrivilege {
206205
/**

specification/security/get_builtin_privileges/SecurityGetBuiltinPrivilegesResponse.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ export class Response {
2727
body: {
2828
cluster: ClusterPrivilege[]
2929
index: IndexName[]
30+
/**
31+
* @availability stack since=8.15.0
32+
*/
3033
remote_cluster: RemoteClusterPrivilege[]
3134
}
3235
}

specification/security/put_role/SecurityPutRoleRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export interface Request extends RequestBase {
7878
/**
7979
* A list of remote cluster permissions entries.
8080
* @availability stack since=8.15.0
81-
*
8281
*/
8382
remote_cluster?: RemoteClusterPrivileges[]
8483
/**

0 commit comments

Comments
 (0)