Cristian Caloian
03/17/2023, 12:22 PMBarak Amar
03/17/2023, 12:27 PMRepoManagementFullAccess
policy holds branches:*
that should enable you to manage branch protection rules.Oz Katz
03/17/2023, 12:31 PMbranches:*
permissions are not documented.Cristian Caloian
03/17/2023, 12:51 PM{
"action": [
"branches:*"
],
"effect": "allow",
"resource": "arn:lakefs:fs:::repository/<repository-name>"
}
Barak Amar
03/17/2023, 12:54 PMbranches:GetBranchProtectionRules
and branches:SetBranchProtectionRules
Cristian Caloian
03/17/2023, 1:58 PM