-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # DARHTS/DAPPS S3 Bucket Data Exchange | ||
|
|
||
| 1. per environment (dev, test, ite, uat, qa, stage, prod, needs to be listed) | ||
| 1. setup 3 buckets: in, clean, quarantine | ||
| 1. buckets use guardduty s3 | ||
| 1. in bucket will be accessed from a diff govcloud account (darhts), ideally through a cross account role | ||
| * they asked for service account, I want to push back on that | ||
| 1. after scan, lambda kicks in via event bridge | ||
| * if tagged with clean, moved to clean bucket | ||
| * if somethign else, move to quarantine | ||
| 1. so we can get the requirements fully documented |