Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Say I login with a principal of the form "HTTP/<hostname>@Domain . So the http request has the user HTTP . Now for the property sentry.service.web.authentication.allow.connect.users , we change the list to a lowercase and hence the doFilter method in SentryAuthFilter throws a Unauthorized user status code: 403 exception.
We need to make the user in the http request to lower case to compare with set of users present in the property sentry.service.web.authentication.allow.connect.users.
Attachments
Attachments
Issue Links
- links to