-
Notifications
You must be signed in to change notification settings - Fork 134
Extensions
Casey Lee edited this page Oct 16, 2018
·
5 revisions
Extensions provide additional features in mu that are not provided in mu's core service. You can create your own extensions for mu as described in the wiki.
Public extensions are not part of the mu core platform but can be used to extend capabilities of the platform using the extensions
section of a mu.yml
file.
Private extensions behave the same way as public extensions but require additional permissions in order to execute them. The permissions feature has yet to be implemented.
- cfn_nag - Add cfn_nag static analysis of your CloudFormation templates to your pipeline [stelligent/mu-cfn_nag]
- guardduty - Enable Amazon GuardDuty for your VPC [stelligent/mu-guardduty]
- cloudfront - Create a CloudFront distribution in front of your ALB [stelligent/mu-cloudfront]
- datadog - Monitor containers with Datadog [stelligent/mu-datadog]
- mongodb - Add support for defining a MongoDB for your service [stelligent/mu-mongodb]