Good afternoon, as we are having some problems with users permissions which prompted some investigation, I got to this piece of code:
https://github.com/datahub-project/datahub/blob/master/datahub-web-react/src/app/entity/EntityPage.tsx#L54-L74
Which checks user permissions on browser side - even though my user was not authorized to see a dataset I could see it by simply substituting value of the flag via chrome debugging... Is it expected behavior?