-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
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
Specify security.get_role_mapping name as list #53207
Conversation
This commit updates the rest API spec for security.get_role_mapping to specify name as a list type. Multiple values can be specified for name as a comma-separated list.
Pinging @elastic/es-security (:Security/Authentication) |
@russcam are you still wanting to progress this PR or should it be closed? |
Yes I am @colings86. If it LGTY , I can merge it in and backport |
@elastic/es-security could someone take this and work with @russcam to get it merged by reviewing the change? |
@russcam apologies that this fell through the cracks. Do you mind tackling the |
no worries @jkakavas , I'll update |
This commit updates the REST API spec for security.get_role to specify name as a list type.
@elasticmachine update branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I just discovered that this PR has not been backported to 7.x and 7.10 branches. This affects the generation of the clients, since we use the API spec. |
…lastic#53207) This commit updates the rest API specs for - security.get_role_mapping to specify name as a list type. - security.get_role to specify name as a list type.
…53207) (#63786) This commit updates the rest API specs for - security.get_role_mapping to specify name as a list type. - security.get_role to specify name as a list type. Co-authored-by: Russ Cam <[email protected]>
…53207) (#63785) This commit updates the rest API specs for - security.get_role_mapping to specify name as a list type. - security.get_role to specify name as a list type. Co-authored-by: Russ Cam <[email protected]>
This commit updates the rest API spec for
security.get_role_mapping to specify name as a list type.
Multiple values can be specified for name as a comma-separated list.