Hey everyone,
We are trying to add some fine grained authorization to our Prefect server (such as which user can perform which action and which flow).
I understand the Cloud version as roles and custom roles but I don't think this would be detailed enough for our needs (for example the read permission on flows can be granted, but I don't think it can be limited to a particular flow group id for example).
It seems like the easiest way to tackle this is at the GraphQL level, using resolvers to customize exactly what request can be performed by who.
By any chance, does anyone has some experience doing this ?