Hey
@Dinakar Chennubotla, is there anything specific you're trying to achieve?
The authentication and authorization model that lakeFS uses is modeled closely after
AWS' IAM -you define users (and/or groups of users) and attach policies to them:
A policy defines allowed and disallowed behaviors (for example, a policy can prohibit access to a certain repository. If I attach that policy to a group of users, it will take affect for the members of that group).
This is usually referred to as
role based access control