Romain Rigaux created SENTRY-992:
------------------------------------
Summary: Component is not filtering anything in APIv2
Key: SENTRY-992
URL: https://issues.apache.org/jira/browse/SENTRY-992
Project: Sentry
Issue Type: Bug
Reporter: Romain Rigaux
e.g.
TListSentryRolesRequest(protocol_version=2, component=u'hive', groupName=None,
requestorUserName=u'romain')
TListSentryRolesRequest(protocol_version=2, component=u'solr', groupName=None,
requestorUserName=u'romain')
Same result:
TListSentryRolesResponse(status=TSentryResponseStatus(message='', stack=None,
value=0), roles=set([TSentryRole(roleName='role1', groups=set([]))]))
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)