-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add P&E database credentials, update dependencies, upgrade aws terraform provider #1428
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
7aea62a
Add Pe db credentials to stage.tfvars worker and vars.tf
aloftus23 783c5de
Merge branch 'master' into add-pe-db-creds
aloftus23 d03af92
Add sixgill logging
aloftus23 29c9083
Add await to writefile in hibp and domMasq sync
aloftus23 e8f3069
Fix pe-scripts writefile and env passing
aloftus23 c2ac5f1
Merge branch 'master' into add-pe-db-creds
aloftus23 9fe1f4c
update mitmproxy to 8.0.0
aloftus23 c527a19
Update cryptography to support mitmproxy 8.0.0
aloftus23 68e7f62
Add cryptography dep: cargo
aloftus23 8b44b2f
Create directories to store temporary json data for PE
aloftus23 12c6dd2
Fix PE environment variables
aloftus23 407f6fb
Directly pass env vars for PE scripts
aloftus23 56d908a
Simplify env passing
aloftus23 e64dcd3
Increase hibp and dnstwist memory
aloftus23 96214e0
Clean up env var passing and logging
aloftus23 52a6af3
Add pe db creds to worker.tf
aloftus23 9e7b05c
Update main.tf for Terraform AWS Provider version 4.0.0
aloftus23 d5de54d
Update main.tf to handle terraform aws provider 4.0
aloftus23 8619c81
fix typo
aloftus23 f6a4801
mitmproxy update and added pe creds
aloftus23 c7ecae3
hibpSyncFiles folder
aloftus23 cc9196a
make version 4 (tf v4) to worker and frontend
aloftus23 2625318
Run terraform formatting
aloftus23 61313a3
Use aws_iam_role_policy_attachment instead of aws_iam_policy_attachment
aloftus23 6c02a3b
Update to Terraform AWS Provider v4
aloftus23 01b721a
remove source from aws provider
aloftus23 c6a3225
remove alias setting from aws provider
aloftus23 64b8feb
use for_each to attach multiple policies to accessor instance
aloftus23 3df713d
Revert back to old policy config
aloftus23 e537722
Fix prod output failure and remove prevent_destroy
aloftus23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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 @@ | ||
This folder stores temporary json data when passing data to sync_hibp_pe.py. |
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 @@ | ||
This folder stores temporary json data when passing data to sync_dnstwist_pe.py. |
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aloftus23 I think we should uncomment this out, could you do that in a separate PR?