-
Notifications
You must be signed in to change notification settings - Fork 34
Description
With the introduction of advanced Agent capabilities, finer control over data access has become increasingly important. At present, access control is limited to a binary decision—allowing or denying synchronization at the entire instance level. While this approach is simple, it lacks the flexibility required for more autonomous and automated use cases.
To better support agents capable of performing actions independently, it would be highly beneficial to introduce table-level access control with configurable CRUD permissions. This would allow administrators to explicitly define what operations are permitted on individual tables, significantly reducing risk while enabling more advanced automation scenarios.
Proposed access modes could include, for example:
- Fully allowed (manual and agent-based operations)
- Allowed for manual actions only
- Allowed for agent-driven actions only
- Not allowed
Alternatively, or additionally, this could be implemented via table-level whitelisting or blacklisting mechanisms.