Brandon Myers
7027ce0517
Merge pull request #1464 from mozilla/remove_cloudymozdef_build_files
...
Remove duplicate version of files in cloudymozdef build
2019-10-17 12:09:20 -05:00
Brandon Myers
371aad480b
Add a gitkeep file to build directory to ensure it exists
2019-10-17 11:53:37 -05:00
Gene Wood
02cf913766
Add clarification text to CloudFormation template params
2019-10-08 12:27:10 -07:00
Brandon Myers
906a9cc5fc
Merge pull request #1465 from mozilla/fixup_flake8_cloudymozdef
...
Fixup flake8 errors in cloudymozdef
2019-10-08 12:29:41 -05:00
Brandon Myers
127af4bc73
Remove author from dmake file
2019-09-26 14:37:55 -05:00
Brandon Myers
d1fa9b18a2
Fixup flake8 errors in cloudymozdef
2019-09-24 14:16:21 -05:00
Brandon Myers
3799ca0ac3
Remove duplicate version of files in cloudymozdef build
2019-09-24 14:12:46 -05:00
Brandon Myers
5bbe4f728e
Readd "Merge pull request #1436 from mozilla/revert-1420-alerts_mongodb_scheduler"
...
This reverts commit e5f455429d
, reversing
changes made to d4a5e98a23
.
2019-09-04 13:53:41 -05:00
Brandon Myers
46595b9f88
Revert "Turn on/off alerts via Web UI"
2019-08-30 11:43:56 -05:00
Brandon Myers
ed301cdee4
Fix support for jwt auth
2019-08-20 14:37:03 -05:00
Brandon Myers
cafe0c2372
Initial example of celery to restapi
2019-08-15 13:05:36 -05:00
Brandon Myers
b970f2c730
Implement celery with mongodb as storage for scheduler
2019-08-08 12:50:00 -05:00
Jan Andre Ikenmeyer
51822417a3
Update MPL license to https
2019-08-02 01:41:37 +02:00
Brandon Myers
8e9646fdd2
Update ES version in cloudy mozdef to 6.7
2019-07-25 14:46:03 -05:00
Brandon Myers
3a8eb66c6b
Merge remote-tracking branch 'origin/master' into update_cloudymozdef_es_version
2019-07-25 10:44:26 -05:00
Brandon Myers
fa7875f5c4
Fix region parameter in connect_sqs ( #1383 )
...
* Fix region parameter in connect_sqs
* Modify parameter names to get_aws_credentials
* Clean up connect_sqs function to call get_aws_credentials
* Cleanup workers to use connect_sqs call
* Fix local import in sqs file
* Fix parameter name in cloudtrail worker
* Assert AWS region of SQS queues
Since the two SQS queues are provisioned by CloudTrail in the same region as the CloudTrail
stack, let's assert to MozDef that the region for those queus is indeed the same region.
* Update region name parameter in cloudtrail worker
2019-07-19 17:50:58 -04:00
Brandon Myers
7019a0060b
Update Elasticsearch version for cloudymozdef to 6.8
2019-07-19 16:10:52 -04:00
Gene Wood
7cb752ceeb
Bugfix AWS CodeBuild settings
...
* Allow setting the CodeBuild project name (as project names can't be changed)
* Fix typo in IAM Policy S3 resource ARN
* Fix IAM Policy CloudWatch log policy statements
* Clarify CodeBuild project description
* Add PrivilegedMode true to fix Docker errors
* Fix GitHub location URL
* Fix FilterGroup for tagged commits
2019-07-17 17:21:36 -07:00
Gene Wood
28bb27b7b5
Add check to prevent CodeBuild rebuilds
2019-07-17 17:18:35 -07:00
Brandon Myers
49317ecced
Merge pull request #1285 from gene1wood/cicd-cloudformation
...
CICD in CloudFormation
2019-07-10 13:07:09 -05:00
Gene Wood
b540e28aef
Merge branch 'master' into reinforce2019
...
# Conflicts:
# README.md
# cloudy_mozdef/cloudformation/mozdef-alert-developer.yml
# docker/compose/mozdef_bootstrap/files/index_mappings/alerts-star.json
2019-07-10 10:38:04 -07:00
Brandon Myers
75e5e7c9ab
Update references to python2 in docs and yml files
2019-07-01 17:12:22 -05:00
Brandon Myers
9a075dcbe0
Remove unicode-u keyword
2019-06-29 15:11:00 -05:00
Brandon Myers
e30f3f1d69
Remove call to encode ascii on strings
2019-06-28 17:26:58 -05:00
Brandon Myers
bd4c48db9a
Rename iteritems to items for dictionaries
2019-06-28 16:49:30 -05:00
Andrew Krug
279760b48f
add excessive describe warning
2019-06-21 17:28:08 -07:00
Gene Wood
9c07dd32f1
Remove hard coded AZ
2019-06-12 08:24:51 -07:00
Gene Wood
3b256835af
Remove duplicate mozdefvpcflowlogs object
2019-06-12 08:12:30 -07:00
Gene Wood
4a0bee8844
Add descriptions to Lambda functions
...
Removing trailing whitespace in templates
2019-06-10 12:15:21 -07:00
Gene Wood
030fd58d0e
Simplify mozdef-mq logic to get AMQP endpoint URI
...
Add clarification comments about the template not
being used
2019-06-10 12:14:16 -07:00
Gene Wood
ce810734f7
Fix mismatched ACMCertArn parameter
2019-06-04 13:33:40 -07:00
Gene Wood
3904828dad
Fix typo in FilterGroup regex for tags
2019-06-04 09:23:31 -07:00
Gene Wood
5948b8e7a5
Removing VPC Subnet check as it triggers a CloudFormation bug
...
I've reported the bug to AWS and we can add this back in if it's fixed
2019-06-04 08:48:41 -07:00
Gene Wood
e700b9c4b7
Replace "unset" with empty string
...
Clarify that "unset" isn't a reserved word
Use an empty string as a default to make it easier to understand
Add Rules which validate
* that the user is either choosing basic auth or OIDC but not both.
* that all OIDC parameters are filled out if choosing OIDC.
* that ACM cert is filled out if choosing OIDC
2019-06-03 23:12:30 -07:00
Brandon Myers
3bd574571c
Move vidyo cron script and dependencies into mozdef-deprecated
2019-06-03 13:17:07 -05:00
Gene Wood
c4811debe4
Remove CICD build trigger constraints
...
I've manually created these constraints in CodeBuild Filtergroups, similar to what can be
seen in #1285
2019-05-31 07:56:31 -07:00
Gene Wood
cc7b8c9cc9
Fix Filtergroups (BASE_REF only works with PULL_REQUEST)
2019-05-31 07:54:06 -07:00
Gene Wood
5ec4a42abe
Clarify DomainName parameter
2019-05-30 11:00:03 -07:00
Andrew Krug
9fa979337f
fix env var whitelist and upper case basic auth env var for consistency
2019-05-30 10:36:14 -07:00
Andrew Krug
a587fe62a2
remove kibana redir
2019-05-30 08:26:41 -07:00
Guillaume Destuynder
1b3fcf70db
Allow NoEcho CF parameters to survive stack updates
2019-05-29 17:08:24 -07:00
Andrew Krug
4f92f2a9c3
kibana should always be on 9090
2019-05-29 16:04:55 -07:00
Guillaume Destuynder
20bdeb9efd
condition no longer needed
...
makefile fi
2019-05-29 16:02:36 -07:00
Guillaume Destuynder
7efce7aa25
also missing
2019-05-29 16:02:36 -07:00
Guillaume Destuynder
88f48d458d
another file exists for mozdef-parent now so also fix this one
2019-05-29 16:02:36 -07:00
Guillaume Destuynder
41189eaa21
fixes
2019-05-29 16:02:36 -07:00
Guillaume Destuynder
8c6cc3257c
missing ALBBasicAuthSecret
2019-05-28 16:04:04 -07:00
Guillaume Destuynder
7120812618
add ALBBasicAuthSecret as parameter similar to OIDCClientSecret
...
this commit does not ingest the secret in the proxy, only setup the
parameters
2019-05-28 13:53:50 -07:00
Gene Wood
7dca241d42
Add make target to set domain name to stack's ALB
2019-05-25 19:32:08 -07:00
Gene Wood
3d34efc797
Set deploy script to executable
2019-05-25 19:31:36 -07:00