Fang-Yu Rao created RANGER-4770:
-----------------------------------
Summary: Make RangerAccessRequestImpl backward compatible after
RANGER-2763
Key: RANGER-4770
URL: https://issues.apache.org/jira/browse/RANGER-4770
Project: Ranger
Issue Type: Improvement
Components: admin
Reporter: Fang-Yu Rao
We changed the signature of the class RangerAccessRequestImpl in RANGER-2763 by
adding an additional input argument 'userRoles'.
{code}
public RangerAccessRequestImpl(RangerAccessResource resource, String
accessType, String user, Set<String> userGroups, Set<String> userRoles) {
...
{code}
It would be great to make this constructor backward compatible because other
Apache components, e.g., Apache Impala, is currently using the old constructor.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)