mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-08 03:28:35 +03:00
18 lines
387 B
YAML
18 lines
387 B
YAML
# email-level group access
|
|
users:
|
|
email1@example.com:
|
|
- group1
|
|
- group2
|
|
email2@example.com:
|
|
- group2
|
|
email3@example-no-group.com:
|
|
|
|
# domain-level group access (taken from the emails)
|
|
domains:
|
|
example.com:
|
|
- group3
|
|
|
|
orchestrators:
|
|
group1: secrets/orchestration-group1.yaml
|
|
group2: secrets/orchestration-group2.yaml
|
|
default: secrets/orchestration-default.yaml |