Matt Delacour
08/04/2022, 3:38 PMread:message
?update:log
mean ? What does it mean to update the logs of a Flow?Zach Angell
08/04/2022, 5:33 PMread:flow
would give a user the right to view flows.
“audit trail” refers to the ability to see audit logs. I would recommend only allowing this for admin users.
read:message
gives permission to read notifications sent by Prefect within a tenant, usually to a specific user. I would recommend giving that to all users.
update:log
, as you might guess by now, gives users the ability to update log records. This is actually not used at the moment within the Cloud 1.0 platform. But if we were to add an operation that updated logs in the future, it might become relevant.
You might find the docs here helpful https://docs-v1.prefect.io/orchestration/rbac/overview.html
Is there a specific persona you’re trying to create a role for?Matt Delacour
08/04/2022, 6:00 PMZach Angell
08/04/2022, 7:28 PM