Andrew J Krug
ee0f755a55
Merge pull request #1136 from gene1wood/ssh-cidr-parameter
...
Add check to pack_and_copy for packer failure
2019-03-20 11:03:02 -07:00
Andrew Krug
5327feb52a
try to pass branch name to multi-target
2019-03-20 11:02:23 -07:00
Gene Wood
c852e31c60
Add check to pack_and_copy for packer failure
2019-03-20 10:58:14 -07:00
Andrew Krug
2b4e78db2f
docker now starts with install
2019-03-20 10:54:02 -07:00
Gene Wood
6e82e0608f
Change SSH security group allowed CIDR to user definable
...
This is to satisfy AWS Marketplace requirements to not
default to granting 0.0.0.0/0
2019-03-20 10:40:32 -07:00
Gene Wood
aecbd29308
Replicate AMI tags across regions
2019-03-19 15:26:23 -07:00
Andrew Krug
9356a0cd51
switch to build from cwd for docker builds to avoid second git clone
2019-03-19 14:46:33 -07:00
Andrew Krug
c506ab8059
trigger codebuild
2019-03-19 14:30:29 -07:00
Andrew Krug
ee6fe01658
fix typo
2019-03-19 14:04:12 -07:00
Andrew Krug
cae75028bf
charge arg order
2019-03-19 13:59:35 -07:00
Andrew Krug
ec9265f887
fix make command to properly use branch arg
2019-03-19 13:57:29 -07:00
Andrew Krug
dddba11d2e
individual targets should build from github
2019-03-19 12:52:56 -07:00
Andrew Krug
1e78ded72d
add comment on why we do not run tests
2019-03-19 12:49:12 -07:00
Andrew Krug
f16290308b
remove run of the test suite
2019-03-19 12:39:48 -07:00
Andrew Krug
456ae104bf
add docker-compose bug override
2019-03-19 12:33:48 -07:00
Andrew Krug
1a5a7cecdc
deploy script passes branch to makefile
2019-03-19 12:23:20 -07:00
Andrew Krug
f0f1b35c7c
add packer and logic to reason about swarm branch
2019-03-19 12:07:51 -07:00
Andrew Krug
87dfd11cc8
fix syntax and new lines
2019-03-19 11:57:49 -07:00
Andrew Krug
47d737dc64
add test suite run to all codebuild builds
2019-03-19 11:54:36 -07:00
Andrew Krug
250c3b414e
fix shebang
2019-03-19 11:33:05 -07:00
Andrew Krug
068bbc94ec
update buildspec to relative path
2019-03-19 11:31:24 -07:00
Andrew Krug
afbe458136
update buildspec to relative path
2019-03-19 11:30:14 -07:00
Andrew Krug
11465093c8
add deploy script
2019-03-19 11:23:07 -07:00
Andrew Krug
4765f7451b
small scale test to see if deploy script will run
2019-03-19 11:16:53 -07:00
Andrew Krug
85688e7bd6
add buildspec and make target for logging into dockerhub as the service user
2019-03-19 09:59:22 -07:00
Gene Wood
b85ed2adf6
Clarify build target for packer build to make it clear it draws from GitHub not CWD
2019-03-19 09:18:39 -07:00
Gene Wood
cca0612630
Enable packer-build to replicate AMIs and share them
2019-03-19 08:56:49 -07:00
Andrew Krug
62996da28a
add snapshot tagging
2019-03-19 08:03:23 -07:00
Andrew Krug
a8631e6d09
modify packer file to tag resources. support limited scope policy
2019-03-19 07:36:27 -07:00
Andrew Krug
b7ba1fa592
make packer clean image of disallowed artifacts to prepare for marketplace vetting
2019-03-18 16:45:44 -07:00
Andrew Krug
428f6818e4
MozDef builds now include the tag of the branch or branch name they are built from.
2019-03-18 12:32:58 -07:00
andrewkrug
2869df7ddd
fix SQS policy to only accept intra-account sendMessage
2019-01-31 10:29:28 -08:00
Gene Wood
cb7844b4fe
Separate dev and prod makefile targets
2019-01-14 11:19:59 -08:00
Gene Wood
946d826258
Redirect all HTTP calls to HTTPS URLs
2019-01-14 11:19:02 -08:00
Gene Wood
a9ce08980c
Fix typo in makefile
2019-01-11 11:39:21 -08:00
Gene Wood
f8c1535fbd
Setup default hosted CloudFormation templates
...
* Update the AWS launch button link
* Use the new public S3 buckets for hosting the CloudFormation templates (mozilla/security#21 )
* Create a new make target to publish templates to this bucket
2019-01-10 11:56:44 -08:00
Gene Wood
81dec31d3a
Merge branch 'master' into remove-cloudy-mozdef-defaults
2018-11-26 11:22:35 -08:00
Gene Wood
68ebe72679
Switch packer to pull from master
2018-11-26 10:33:54 -08:00
Gene Wood
8831e8d503
Clarify "relative" reserved word
2018-11-26 10:32:01 -08:00
Gene Wood
5696674d9e
Change how awscli create-stack is called to unify parameters
...
This allows for passing parameters both in a JSON file as well as
with environment variables (for OIDC_CLIENT_SECRET) and from the
Makefile (for S3_STACK_URI)
Also add a fully fleshed out example parameter json file
2018-11-26 10:09:13 -08:00
Gene Wood
338fe7ca6c
Remove CloudFormation template defaults
...
Make CloudFormation template parameter syntax consistent
Clean up AWS::CloudFormation::Interface
Add parameter AllowedPattern settings
2018-11-26 10:06:54 -08:00
Gene Wood
7e86f8cff2
Start passing VpcId to security group substack
2018-11-26 10:03:29 -08:00
andrewkrug
995d730c9c
all AMIs are public by default, mozdef instance recieves rootURL, attacker threshold is configurable
2018-11-23 15:53:54 -08:00
andrewkrug
fc22ff4a39
fix typo in alerts
2018-11-23 12:38:18 -08:00
andrewkrug
66655a80b6
update to support cloudformation enabling alerts
2018-11-23 12:32:49 -08:00
andrewkrug
3061a57299
fix syntax error
2018-11-21 09:24:01 -08:00
andrewkrug
5845d59dbb
ensure mozdef always polls the SQS queue we create
2018-11-21 06:55:46 -08:00
andrewkrug
893c44c3fa
add container for generic SQS ingest
2018-11-21 05:44:57 -08:00
Gene Wood
57ccec47d6
Change user-data kibana port and path
2018-11-10 08:42:12 -08:00
Gene Wood
1b619576d0
Merge pull request #954 from gene1wood/set-kibana-url-to-relative
...
Change Meteor Kibana URL to relative
2018-11-09 15:04:38 -08:00
Gene Wood
725c32215a
Change Meteor Kibana URL to relative
2018-11-09 14:00:08 -08:00
Gene Wood
e8acf40fd1
Make cloudy mozdef Makefile catch missing secrets
2018-11-02 10:02:33 -07:00
Gene Wood
49890a4fc1
Add Kibana URL environment variable for Meteor
2018-11-02 08:36:11 -07:00
Gene Wood
ab42477313
Move OIDC_CLIENT_SECRET into env file
...
Remove cat of env file as it was for debugging
2018-11-01 15:24:08 -07:00
Gene Wood
cecd79c598
Enable dmake to use all AWS environment variables
2018-11-01 12:01:33 -07:00
Guillaume Destuynder (:kang)
4cd20a400c
Clarify source instructions
...
Co-Authored-By: gene1wood <gene_wood@cementhorizon.com>
2018-11-01 07:15:42 -07:00
Gene Wood
f047650041
Add ES Service Link IAM Role
2018-10-31 16:56:22 -07:00
Gene Wood
f5267b9c5b
Move secrets from json file to environment variables sourced from bash file
2018-10-31 16:56:22 -07:00
Brandon Myers
7383acd3fe
Merge pull request #897 from mozilla/fix_packer_git_branch
...
Modify packer to point to master branch
2018-10-29 16:10:36 -05:00
Brandon Myers
28faef6f10
Modify packer to point to master branch
2018-10-29 14:28:00 -05:00
Gene Wood
eb50444b02
Change instance user-data git pull to master
...
How that infosec_workweek is merged to master we should pull from master
2018-10-29 11:25:00 -07:00
Gene Wood
2d255d9290
Set Makefile output on create-stack to text
2018-10-25 14:31:43 -07:00
Gene Wood
c8cee7d1b7
Change AWS ES total field limit to 4000
...
This was to solve this error being reported by the esworker_cloudtrail
`RequestError: TransportError(400, u'illegal_argument_exception', u'Limit of total fields [1000] in index [events] has been exceeded')`
This setting overrides the default
5428d76f52/docker/compose/mozdef_bootstrap/files/initial_setup.py (L69)
2018-10-25 14:30:22 -07:00
Gene Wood
e67c055373
Workaround Lambda function/IAM role race condition
2018-10-25 14:28:36 -07:00
Gene Wood
9a6c6ff419
Clean CloudFormation YAML and fix cfn-lint warnings
...
Remove all unnecessary quoting
Swap in single quotes where quoting is required or useful for clarity
Exclude cfn-lint check with bug
Resolve outstanding cfn-lint warnings
2018-10-24 11:27:36 -07:00
Gene Wood
3f6898dc46
Switch to dev bucket for default CloudFormation template location
2018-10-24 08:06:33 -07:00
Gene Wood
1b20ae10d8
Make CloudTrailSQS Arn a required parameter
2018-10-24 08:06:06 -07:00
Gene Wood
8a091b00e5
Add example aws_parameters file and gitignore
2018-10-24 08:05:41 -07:00
Gene Wood
cbe504eaba
Remove cfn-lint directory so it works outside docker
2018-10-24 08:04:31 -07:00
Gene Wood
082878844f
Pass CloudTrail SQS queue name to instance
2018-10-23 16:13:57 -07:00
Gene Wood
ed5144e68f
Merge branch 'infosec_workweek' into add-cloudtrail-and-sqs
2018-10-19 17:38:55 -07:00
Gene Wood
c7de5a75ac
Add CloudTrail and SQS event consumption support
...
Create an S3 bucket to store CloudTrail logs
Create an SNS Topic to receive notifications of new CloudTrail logs
Create an SQS Topic for inbound event consumption
Create policies to wire everything up
Create CloudTrail
Update the IAM policy to allow MozDef to use these facilities
2018-10-19 17:38:03 -07:00
andrewkrug
e09202ce2d
fix rsyslog file location
2018-10-19 14:11:16 -07:00
andrewkrug
c007c31fc3
mozdef sends logs to itself
2018-10-19 13:48:47 -07:00
Guillaume Destuynder
07cfda4177
support same-env deploys
...
support creating everything from scratch (including s3 bucket)
support updating stack in cli
2018-10-19 13:07:47 -07:00
Guillaume Destuynder
d417e1e6e4
moved to docker/builder
2018-10-19 12:13:14 -07:00
Guillaume Destuynder
be8b8e6cf9
support dmake to do docker-makes
2018-10-19 12:10:10 -07:00
Guillaume Destuynder
f32f99a54b
small fixes
2018-10-19 12:10:10 -07:00
Gene Wood
6279e8946c
Set Target Group health check settings
2018-10-19 11:36:14 -07:00
Gene Wood
bee61314a7
Fix makefile s3 upload
...
Revert f0a5db246e
to get back awscli credential resolution logic which searches through environment variables, and files
2018-10-19 11:10:20 -07:00
Andrew J Krug
f5321383df
Merge pull request #831 from andrewkrug/config_system
...
remove amqp due to protocol conflict
2018-10-19 09:54:04 -07:00
andrewkrug
af6a19dbe5
remove amqp due to protocol conflict
2018-10-19 09:53:07 -07:00
Guillaume Destuynder
f0a5db246e
target to easily restart
2018-10-19 09:48:19 -07:00
Guillaume Destuynder
47d173dc33
support different session cookie names in the 2 access proxies
2018-10-19 09:22:33 -07:00
Gene Wood
96b33ddec0
Add Lambda physical ID
2018-10-19 08:41:05 -07:00
Andrew J Krug
f68334b856
Merge pull request #827 from andrewkrug/config_system
...
allow mq connections over the web
2018-10-19 07:59:40 -07:00
Guillaume Destuynder
bf085fbb8a
re-phony upload target
2018-10-19 07:58:49 -07:00
andrewkrug
ad89aba19d
allow mq connections over the web
2018-10-19 07:58:40 -07:00
Guillaume Destuynder
5fca4d628e
uncomment EFSID
2018-10-19 07:49:47 -07:00
Gene Wood
5835695481
Mount EFS
2018-10-19 07:37:41 -07:00
Guillaume Destuynder
cfd142a4ff
re-add kibana domain only (but properly)
2018-10-19 07:29:25 -07:00
Guillaume Destuynder
5a1f32b7c4
use the existing var for kibana
2018-10-19 07:12:14 -07:00
Guillaume Destuynder
28cf0a0ff8
Support short kibana url for the access proxy
2018-10-18 13:57:22 -07:00
Guillaume Destuynder
c449477b1e
add ES var
...
run make on launch
2018-10-18 13:55:16 -07:00
Gene Wood
8a93aab736
Fix EFS condition
2018-10-18 13:50:51 -07:00
andrewkrug
58f9f6746d
remove dup listener
2018-10-18 13:48:10 -07:00
andrewkrug
839e1b2126
change mq port
2018-10-18 13:48:09 -07:00
andrewkrug
2cc369c279
Merge branch 'infosec_workweek' of https://github.com/mozilla/mozdef into config_system
2018-10-18 13:27:14 -07:00
andrewkrug
d0a09a0ba1
add kibana ports
2018-10-18 13:27:12 -07:00
andrewkrug
c0432a417e
add kibana ports
2018-10-18 13:27:01 -07:00
Guillaume Destuynder
a372ad09fd
add 9090 ELB and target
2018-10-18 13:10:01 -07:00
Gene Wood
db7322a162
Merge branch 'infosec_workweek' into connect-efs-to-instance
2018-10-18 13:08:05 -07:00
Gene Wood
926cfd571f
Add EFS MountPoints
...
This will need more work as it doesn't currently mount *all* mounts
2018-10-18 13:07:04 -07:00
Guillaume Destuynder
72e0c8c5fd
add 9090 for kibana
2018-10-18 12:35:03 -07:00
Jeff Bryner
42589b2181
add meteor env
2018-10-18 12:18:40 -07:00
Guillaume Destuynder
e581e7d9c5
fix backend for meteor
2018-10-18 10:51:03 -07:00
Guillaume Destuynder
cc2ae858a4
use port 80
2018-10-18 10:20:19 -07:00
Guillaume Destuynder
d395d2f14c
dont put a trailing slash, bootstrap does not like it
2018-10-18 10:05:59 -07:00
Gene Wood
d2da8bac80
Update AMI
2018-10-18 09:39:12 -07:00
Guillaume Destuynder
3070c2f7e2
quick revert
2018-10-18 09:18:17 -07:00
Gene Wood
5df1261b3c
Change ASG pause time to 5 seconds from 12 minutes
2018-10-18 09:05:39 -07:00
Gene Wood
ef10ecf3c3
Fix git pull command
2018-10-18 09:05:25 -07:00
Gene Wood
1125078d6e
Fix Autoscaling maxserver 1
2018-10-18 09:04:45 -07:00
Guillaume Destuynder
37fdb0aab2
"multiple fixes"
...
- makefile whitelist what to upload to s3
- use a kibana reverse proxy
- use an additional env file for the proxy
- expose new ports
- other things?
2018-10-18 08:58:28 -07:00
Guillaume Destuynder
d75db47ad2
disable httpsredir in oidc access proxy (its fronted by the ELB)
2018-10-18 08:21:58 -07:00
Gene Wood
4edd1269a2
Fix bug in stack update failing
...
Change TargetGroupARNs to fix bug
Add UpdatePolicy
Set healthcheck
2018-10-18 07:55:39 -07:00
Gene Wood
4f3f86eee3
Add tags
2018-10-17 17:15:45 -07:00
Gene Wood
966cbbc7c5
Decompose MQ URL
2018-10-17 16:47:30 -07:00
Gene Wood
4c29d98dbb
Add support for custom S3 locations for templates
2018-10-17 16:46:11 -07:00
Guillaume Destuynder
e2b32db60e
update the repo before build (mainly for sprint iterations)
2018-10-17 14:57:22 -07:00
Guillaume Destuynder
52d7446449
add docker-compose to the deps
2018-10-17 14:48:18 -07:00
Guillaume Destuynder
dd4b0ee4a0
prepare to use the hub images for make
2018-10-17 14:38:56 -07:00
Lucius Bono
7de3e44eb5
Merge pull request #809 from luciusbono/infosec_workweek
2018-10-17 13:59:45 -07:00
Lucius Bono
bb695cf25b
Guess who forgot to add the OIDC parameters to the actual EC2 instance template?
2018-10-17 13:57:18 -07:00
Gene Wood
9fba685e23
Merge branch 'infosec_workweek' into del-junk-update-ami
2018-10-17 13:35:03 -07:00
Gene Wood
6ffcbba49f
Update AMI ID
2018-10-17 13:34:37 -07:00
Gene Wood
ceb5b6de1f
Delete unused unfinished template
2018-10-17 13:33:39 -07:00
Lucius Bono
5effaa20ba
Adding OPTIONS_ to all the environment variables because Mozdef requires it.
2018-10-17 13:20:36 -07:00
Gene Wood
c567b5fb68
Merge branch 'infosec_workweek' into add-mq-url-output
2018-10-17 13:12:41 -07:00
Gene Wood
42d47557d0
Merge branch 'infosec_workweek' into add-mq-url-output
2018-10-17 13:10:09 -07:00
Gene Wood
c62b05d7b2
Add instance userdata
2018-10-17 13:09:34 -07:00
Lucius Bono
83460a1efd
Exposing IDP parameters to the actual instance that will use them.
2018-10-17 13:09:17 -07:00
Gene Wood
3b6dcef78d
Fix bug in ACM code
2018-10-17 13:08:27 -07:00
Gene Wood
4d0b05e46a
Update documentation strings
2018-10-17 12:57:02 -07:00
Lucius Bono
5488fd6325
Merge pull request #802 from luciusbono/infosec_workweek
...
Added EFS to the parent stack template.
2018-10-17 12:49:04 -07:00
Gene Wood
d373b2869f
Add MQ broker URL output
2018-10-17 12:13:50 -07:00
Gene Wood
d362b6cf55
Add ElasticsearchURL output
2018-10-17 12:08:27 -07:00
Lucius Bono
247511e769
Merge branch 'infosec_workweek' of github.com:mozilla/MozDef into infosec_workweek
2018-10-17 11:24:41 -07:00
Lucius Bono
fb7ade2438
Added EFS to the parent stack template. Added OIDC attributes for later consumption.
2018-10-17 11:22:50 -07:00
Gene Wood
55ec58a3b7
Merge pull request #800 from gene1wood/fix-mq-broker-name
...
Change MQ broker name to be safe
2018-10-17 11:20:56 -07:00
Lucius Bono
ed2ed18cb2
Made changes to the EFS CFN template with @phrozyn.
2018-10-17 10:54:24 -07:00
Gene Wood
bf9d54c56a
Change MQ broker name to be safe
...
This ensures the broker name has allowed characters and isn't too long
2018-10-17 10:54:06 -07:00
Guillaume Destuynder
b9a70822d2
add the mozdef base repo to the AMI
...
fix deps
2018-10-17 10:05:46 -07:00
Andrew J Krug
b7c346dbf7
Merge pull request #796 from andrewkrug/add_diagram
...
Add SSL Termination
2018-10-17 09:21:00 -07:00
andrewkrug
f74a337294
add SSL termination
2018-10-17 09:17:31 -07:00
Guillaume Destuynder
e8598a8ff6
Add help to the cloudy mozdef targets
2018-10-17 08:43:08 -07:00
andrewkrug
7940809872
simplify packer to add docker
2018-10-17 08:07:34 -07:00
Gene Wood
b5b45dc732
Add MQ
2018-10-16 16:56:52 -07:00
Gene Wood
e6f0639d3c
Update ES
2018-10-16 14:57:21 -07:00
Gene Wood
9b2cccc975
Move security group to it's own stack
...
Fix default subnet ids
Fix AMI
2018-10-16 13:37:23 -07:00
Guillaume Destuynder
5e88745220
we dont really care about count
2018-10-16 12:49:23 -07:00
Guillaume Destuynder
7163c879a3
Add a wait handle
2018-10-16 12:37:14 -07:00
Gene Wood
8d03f95675
Merge pull request #792 from gene1wood/change-default-keys
...
Change default ec2 ssh keys
2018-10-16 11:58:35 -07:00
Gene Wood
d2c36bd92f
Change default ec2 ssh keys
2018-10-16 11:47:59 -07:00
Lucius Bono
686983d70b
Derive the AMQ Broker name from the StackName and fix some dumb formatting mistakes.
2018-10-16 11:10:07 -07:00
Guillaume Destuynder
c5dab94fb6
use a real CFN linter
2018-10-16 10:57:20 -07:00
Phrozyn
1624bf11b6
Merge branch 'infosec_workweek' of https://github.com/mozilla/MozDef into infosec_workweek
2018-10-16 10:41:07 -07:00
Phrozyn
5e64b97422
simple efs cloudformation template - uses mozdef security group.
2018-10-16 10:40:49 -07:00
Guillaume Destuynder
6be3d3fd38
Add Kibana URL as output
...
Store Kibana and ES endpoint in SSM
2018-10-16 10:29:39 -07:00
Guillaume Destuynder
6425ec8638
fix lint
2018-10-16 10:29:39 -07:00
Guillaume Destuynder
e16ee7a1c7
Add access policy for ES
...
This allow access from all, thus, make sure you use a private subnet.
Security will be enforced by the access proxy.
For test purposes you can spawn an EC2 instance in the same VPC and add
an interface on the ES subnet, then just ssh -D1080 and use your browser
to go to the kibana interface (you can find this on the AWS console for
ES)
2018-10-16 10:01:36 -07:00
Guillaume Destuynder
847008e2b1
Relax the YAML linter warning because they're just too much ;p
...
This is the one recommended in the doc shttps://github.com/adrienverge/yamllint/blob/master/docs/configuration.rst
2018-10-16 10:01:36 -07:00
Gene Wood
e14c51597e
Merge pull request #789 from gene1wood/parent-stack
...
Add parent CloudFormation stack
2018-10-16 09:18:59 -07:00
Gene Wood
9af61695d7
Initial commit of parent CloudFormation stack
...
Set default AMI ID to the actual AMI
2018-10-16 09:10:53 -07:00
Lucius Bono
59af2933fc
Merge pull request #788 from luciusbono/rabbitmq-cfn
...
Initial commit for AmazonMQ CFN
2018-10-16 08:55:04 -07:00
Lucius Bono
c70c8d8457
Using select functions to pick out two subnets, since AmazonMQ can only accept two subnets.
2018-10-16 08:49:22 -07:00
Jeff Bryner
f79bbac73a
working base packer
2018-10-16 08:45:58 -07:00
Lucius Bono
8cf0dbf3ac
Initial commit for AmazonMQ CFN. Werks.
2018-10-16 08:28:55 -07:00
Guillaume Destuynder
624ff6fd80
fix merge conflict
2018-10-16 08:02:41 -07:00
Jeff Bryner
7611f025cd
Merge branch 'infosec_workweek' of github.com:mozilla/MozDef into infosec_workweek
2018-10-16 07:55:43 -07:00
Jeff Bryner
07bd8bf870
merge requirements
2018-10-16 07:55:17 -07:00
Gene Wood
64f5e4ce30
Initial commit of MozDef ec2 instance CloudFormation template
2018-10-15 17:27:23 -07:00
Jeff Bryner
385104b25e
merge conflicts
2018-10-15 17:20:37 -07:00
Jeff Bryner
9a918ead61
initial packer
2018-10-15 17:18:03 -07:00
Jeff Bryner
49e5c6dfaa
update volumes to allow for file copy
2018-10-15 17:17:53 -07:00
Jeff Bryner
4fe66b447f
awsudo is good
2018-10-15 17:17:29 -07:00
Zack Mullaly
7a4a0ccf96
Merge branch 'infosec_workweek' of github.com:mozilla/MozDef into infosec_workweek
2018-10-15 16:48:52 -07:00
Zack Mullaly
34a48ec2b8
Created a CloudFormation Stack that provisions an ElasticSearch instance
2018-10-15 16:48:44 -07:00
Guillaume Destuynder
41b5080ed2
Makefile prettyfication pass 2
...
Support yamllint for all cf templates
Fix existing template syntax
2018-10-15 16:24:16 -07:00
Guillaume Destuynder
48ad45f107
make prompt useable
2018-10-15 16:03:40 -07:00
Guillaume Destuynder
2e0b86260a
project conventions (as per read the docs)
2018-10-15 15:58:06 -07:00
Guillaume Destuynder (:kang)
e1706ddd80
Merge pull request #783 from andrewkrug/cloudy_mozdef
...
add web server base iam role
2018-10-15 15:53:22 -07:00
andrewkrug
ab6b865c5b
add web server base iam role
2018-10-15 15:15:17 -07:00
Jeff Bryner
3f8925060a
Merge branch 'infosec_workweek' of github.com:mozilla/MozDef into infosec_workweek
2018-10-15 14:52:55 -07:00
Jeff Bryner
56829b4054
adding my nonsense
2018-10-15 14:52:44 -07:00
Guillaume Destuynder
8b6bad9a0b
Beautify and simplify makefiles (green card)
2018-10-15 14:37:10 -07:00
andrewkrug
28b279a51d
add docker and packer
2018-10-15 14:05:36 -07:00
andrewkrug
d90f231c4a
fix Makefile
2018-10-15 13:56:12 -07:00