-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathCODEOWNERS
43 lines (26 loc) · 900 Bytes
/
CODEOWNERS
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
# CODEOWNERS
* @opentdf/maintainers
## Lib
/.github/ @opentdf/architecture @opentdf/maintainers
/lib/ @opentdf/architecture @opentdf/maintainers
/lib/ocrypto @opentdf/architecture
## General
.gitignore @opentdf/maintainers
go.mod @opentdf/maintainers
*.sum @opentdf/maintainers
### Documentation
*.md @opentdf/maintainers
/docs/ @opentdf/maintainers
/examples/ @opentdf/maintainers
## Services
/protocol/go/ @opentdf/architecture @opentdf/maintainers
### Policy
/service/migrations/ @opentdf/cli @opentdf/architecture
/service/policy/ @opentdf/cli @opentdf/architecture
### Key Access Server
/service/kas/ @opentdf/kas @opentdf/architecture
## SDK
/sdk/ @opentdf/go-sdk @opentdf/architecture
## High Security Area
CODEOWNERS @opentdf/architecture @opentdf/security
LICENSE @opentdf/architecture