We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profile
GlobalPrivilege
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.
elasticsearch-specification/specification/security/_types/Privileges.ts
Lines 336 to 338 in 79760ef
In the failing test, it's always profile: {} but we need the full type.
profile: {}
@elastic/es-security Can you please take a look?
The text was updated successfully, but these errors were encountered:
slobodanadamovic
No branches or pull requests
🐛 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.elasticsearch-specification/specification/security/_types/Privileges.ts
Lines 336 to 338 in 79760ef
In the failing test, it's always
profile: {}
but we need the full type.@elastic/es-security Can you please take a look?
The text was updated successfully, but these errors were encountered: