forked from vitrixLab/AIOpsLab
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
55 lines (31 loc) · 1002 Bytes
/
README
File metadata and controls
55 lines (31 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Repository Roles & Permissions
This document defines the standard access roles used to manage permissions and governance for this repository.
---
## Purpose
Ensure clear ownership, least-privilege access, and auditable contribution paths.
---
## Pre-Defined Roles
### Read
- Read and clone repositories
- Open and comment on issues
- Open and comment on pull requests
**Use for:** Viewers, auditors, and observers
---
### Triage
Includes all **Read** permissions, plus:
- Manage issues
- Manage pull requests
**Use for:** QA reviewers, documentation stewards, and maintainers in training
---
### Write
Includes all **Triage** permissions, plus:
- Push to repositories
**Use for:** Core contributors and maintainers
---
## Governance Principles
- Apply **least privilege** by default
- Grant Write access only after governance review
- All role changes must be auditable
---
> Framework Alignment: AIOpsLab, CMARC-2026, AI Safe Engineering
> Status: Active