complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
52
docs/modules/subusers.md
Normal file
52
docs/modules/subusers.md
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
# Subusers
|
||||
|
||||
## Purpose
|
||||
|
||||
Subuser permissions and delegated access management.
|
||||
|
||||
## Current Status
|
||||
|
||||
- Functional
|
||||
|
||||
## Dependencies
|
||||
|
||||
- user/group permission model
|
||||
- server access rights
|
||||
|
||||
## Database Tables
|
||||
|
||||
- not declared in the module metadata file itself
|
||||
|
||||
## Agent Interaction
|
||||
|
||||
- None directly
|
||||
|
||||
## User Workflow
|
||||
|
||||
- grant access to another user
|
||||
- share server management rights
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- manage permission scope and delegated access
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- permissions must be scoped tightly to avoid over-sharing
|
||||
|
||||
## Known Issues
|
||||
|
||||
- module documentation is sparse in code
|
||||
|
||||
## Missing Functionality
|
||||
|
||||
- clearer UI around per-server and per-feature permissions
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
- tie subusers into files, scheduler, content, and support permissions more explicitly
|
||||
|
||||
## Recommendation
|
||||
|
||||
- Keep / Improve
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue