Gal Bachar
06/06/2022, 11:52 AMci:*
actions in the "Actions and Permissions" table: https://docs.lakefs.io/reference/authorization.html#authorization.
What does this action stand for (e.g. ci:*
action in RepoManagementFullAccess
policy)?Guy Hardonag
06/06/2022, 12:04 PMci
stands for continuous integration and it is used for actions,
It is currently missing in the documentation, I will add them today.
Thanks!Gal Bachar
06/06/2022, 12:09 PMdeny
effect as well (in combination with an allow
effect)Guy Hardonag
06/06/2022, 12:27 PMGal Bachar
06/07/2022, 9:38 AM{
"statement": [
{
"action": [
"fs:ExportConfig"
],
"effect": "allow",
"resource": "*"
}
]
}
Gal Bachar
06/07/2022, 9:40 AMAdmins
Policies: ["FSFullAccess", "AuthFullAccess", "RepoManagementFullAccess", "ExportSetConfiguration"]
Guy Hardonag
06/07/2022, 10:16 AMfs:ExportConfig
is not used anymore, it was used in previous version of export. The reason you see the together it’s because both policies are attached to Admin group. I will update the Documentation.