Hi All, Could someone share documents, on step b...
# help
d
Hi All, Could someone share documents, on step by step user authorization implementation in lakefs. i saw below document, but i am not getting it. could someone help me. link i saw is: ========= https://docs.lakefs.io/reference/authorization.html#fsfullaccess Thanks in advance, dinakar Thread in Slack Conversation
o
For future reference, pasting my answer from #C014RNSB8GY here:
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