Description
SENTRY-2162 added a new parameter 'entityName' in list_sentry_privileges_by_role() to replace the 'roleName' parameter. The change was propagated to the SentryPolicyServiceClientDefaultImpl to use the setEntityName(), but this is causing an incompatibility when connecting to a previous version of Sentry 2.0.
The reason is that Sentry 2.0 does not accept an empty role name and it does not understand what entity name. To keep this compatibility, we need to still use the role name as a parameter in the client code for the rest of 2.x version until the roleName is removed in a major version of Sentry.
Attachments
Attachments
Issue Links
- links to