Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Dec 25, 2024
1 parent 45a443c commit a08e0bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/reference/mount.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@ The minimal RBAC permissions required for mounting a prefix from a lakeFS reposi
{
"id": "MountPolicy",
"statement": [
{
"action": [
"fs:ReadObject"
],
"effect": "allow",
"resource": "arn:lakefs:fs:::repository/<repository-name>/object/<prefix>/*"
},
{
"action": [
"fs:ListObjects",
Expand Down

0 comments on commit a08e0bd

Please sign in to comment.