Skip to content

Commit

Permalink
Fix RemoteClusterPrivilege availability (#3145)
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd authored Nov 19, 2024
1 parent 496e0b8 commit 167b7c0
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 19 deletions.
39 changes: 22 additions & 17 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion specification/security/_types/Privileges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ export enum ClusterPrivilege {

/**
* The subset of cluster level privileges that can be defined for remote clusters.
* @availability stack
*/
export enum RemoteClusterPrivilege {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export class Response {
body: {
cluster: ClusterPrivilege[]
index: IndexName[]
/**
* @availability stack since=8.15.0
*/
remote_cluster: RemoteClusterPrivilege[]
}
}
1 change: 0 additions & 1 deletion specification/security/put_role/SecurityPutRoleRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export interface Request extends RequestBase {
/**
* A list of remote cluster permissions entries.
* @availability stack since=8.15.0
*
*/
remote_cluster?: RemoteClusterPrivileges[]
/**
Expand Down

0 comments on commit 167b7c0

Please sign in to comment.