treeverse / lakeFS

lakeFS - Data version control for your data lake | Git for data
https://docs.lakefs.io
Apache License 2.0
4.37k stars 349 forks source link

Report required permission(s) when authorization fails #8224

Open arielshaqed opened 2 days ago

arielshaqed commented 2 days ago

Currently authorization simply fails the request. Add to this response the missing permission(s).

Why do this?

We see that users who fail to perform some action are unsure what to do. This is an easy response.

Is this safe?

Alternatives