mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-11 04:58:33 +03:00
feat: email domain-level access
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# email-level group access
|
||||
users:
|
||||
email1@example.com:
|
||||
- group1
|
||||
@@ -6,8 +7,12 @@ users:
|
||||
- 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
|
||||
default: secrets/orchestration-default.yaml
|
||||
Reference in New Issue
Block a user