mu icon indicating copy to clipboard operation
mu copied to clipboard

A full-stack DevOps on AWS framework

Results 91 mu issues
Sort by recently updated
recently updated
newest added

I'm noticing there have been no new releases since Nov/Dec 2018 and no new commits to `develop` branch in almost 3 months. Is the team moving on to other things?...

Hi, ive been facing an issue with the relative path of a dockerfile, when i run my configuration i get `Dockerfile found, assuming ECR pipeline` from mu but right after...

Support for ECS Secrets (#399). Example usage mu.yml: ```yml service: secrets: API_TOKEN: arn:aws:secretsmanager:eu-central-1:999999999:secret:API_TOKEN-XXX ``` Tested on real AWS stack.

Raising on suggestion from Michael Neil on Gitter During a mu deploy, i create 4 environments from my single environment mu file, in that file i have a custom cf...

While testing another PR, I found that `mu pipeline logs` command displays information from the pipelines, but also shows this error: ```bash $ mu pipeline logs [... normal, expected output...

good first issue
minor

mu requires AWS credentials or use of a tool like aws-vault. This requirement is not documented in the README for a regular (non-source) install.

Got this error: `validation error detected: Value 'mu-jsmithi-service-spring-petclinic-acceptance-autoscaling-us-east-1' at 'roleName' failed to satisfy constraint: Member must have length less than or equal to 64` Maybe provide a warning from the...

help wanted
good first issue

## Idea Mu is a bigger project that can be hard for new people to contribute to. Dep makes debugging hard when you fork the project for people new go...

question

If possible at all, could someone suggest on how to deploy the changes to a repo to [AWS fargate](https://github.com/stelligent/mu/tree/83ffc59ceb28c837f8582d1b5a7a4b1a9b9adb6a/examples/ecs-fargate) using mu on CircleCI? What would a config.yml look like? I...

service deploys, restart, seeing logs all work, so I think my mu config is fine. mu.yml: ``` environments: - name: production provider: ecs-fargate loadbalancer: certificate: "aaaaaa" vpcTarget: vpcId: vpc-xxx instanceSubnetIds:...