Skip to content

security: Missing profile field from GlobalPrivilege #2819

Open
@pquentin

Description

@pquentin

🐛 Wrong type

With elastic/elasticsearch#110633, we are unable to parse correctly the Query Role API call in the Test put remote role API test as there's a new profile field missing from GlobalPrivilege.

export class GlobalPrivilege {
application: ApplicationGlobalUserPrivileges
}

In the failing test, it's always profile: {} but we need the full type.

@elastic/es-security Can you please take a look?

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions