Expand description
Environment-scoped RBAC for workspace environments
Extends the base RBAC system to support environment-specific permissions, allowing fine-grained control over who can modify settings in dev/test/prod.
Structs§
- Environment
Permission Checker - Environment permission checker
- Environment
Permission Policy - Environment permission policy
Functions§
- check_
environment_ permission - Helper function to check environment-scoped permissions
Type Aliases§
- Permission
- Permission type - using string for now since mockforge_collab may not be available In the future, this could be replaced with mockforge_collab::permissions::Permission