Module rbac

Module rbac 

Source
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§

EnvironmentPermissionChecker
Environment permission checker
EnvironmentPermissionPolicy
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