Matt Gowie
Matt Gowie
## what * Updates `wrapper` to use `DOCKER_EXE` to work towards supporting podman (I don't claim that this works correctly yet) ## why * Docker is becoming more and more...
Big fan of sops -- I use it on all new projects. I'm giving a talk at a lookup DevOps meetup about sops in the coming few days and I...
## what * Adds a new component for creating an Application Load Balancer ## why * People need ALBs
## Describe the Bug When specifying `logs.verbose` in `atmos.yaml`, it doesn't do anything. This is my config: ```yaml logs: verbose: true colors: true ``` The code here is borked: https://github.com/cloudposse/atmos/blob/0a3aca63b72d4b5b3206c5f46552dc49bf8e4a43/pkg/config/utils.go#L325-L337...
## Describe the Feature A `--skip-init` flag would be great for situations where you know for sure that the terraform config hasn't changed. This is the case for the series...
## Describe the Feature This is just my opinion, but the structure of `atmos` is a bit funky when compared to most other CLI tools. I'm referring to this structure:...
## Describe the Feature `atmos terraform shell` should be a top level command parsed by Cobra and not a pass-through so it can have proper help documentation. ## Expected Behavior...
**Is your feature request related to a problem? Please describe.** When I use "Open Web Console" with an SSO integration or SAML or a chained role and I'm already logged...
Leapp-lock.json got corrupted, would not allow me to add a SAML 2.0 URL until Leapp-lock was moved
**Describe the bug** I was continuing to get "Cannot read properties of null (reading 'id')" and "Cannot read properties of null (reading 'url')" errors when trying to add an SAML...
**Is your feature request related to a problem? Please describe.** In my current setup, I utilize the `AWS_PROFILE` environment variable to help me know what my current AWS profile session...