#atlantis (2019-05)
Discuss the Atlantis (<http://runatlantis.io | runatlantis.io>) |
**Archive: ** https://archive.sweetops.com/atlantis/
2019-05-02
2019-05-15
@antonbabenko Do you know how much it cost monthly to run atlantis
using https://registry.terraform.io/modules/terraform-aws-modules/atlantis/aws/1.17.0 ?
This is probably a dumb question but which tarball should i be using on macOS to checkout atlantis testdrive
Terraform Pull Request Automation. Contribute to runatlantis/atlantis development by creating an account on GitHub.
2019-05-16
brew install atlantis
, and the price is described here - https://github.com/terraform-aws-modules/terraform-aws-atlantis/issues/19#issuecomment-420341630 , but I think I pay a bit more.
\($ Who wants to pay for idle resources in the cloud century? I don&#39;t.\)$ To-do: Read this Allow configuration of Fargate tasks schedule via AWS Cloudwatch to avoid cold-starts on workdays (eg…
2019-05-19
Is Make in Atlantis workflows a security risk? My thought is a pull request could have a Make file that tells it to run arbitrary code during a plan and extract secrets, etc.
We patched Atlantis to support GitHub teams. Maintainer doesn’t want to support that. Teams let us control who can run plan and apply.
what Allow operator to define a list of permitted users who can trigger atlantis commands why Currently, the only way to restrict access is by adding/revoking users from a repository altogether. We…
Full context is here
Without GitHub teams atlantis security is a pie in the sky since any command can be run by anyone with repo access even part of the plan. Proof of concept in the issue.
2019-05-20
That makes a lot of sense. I’m going to test out your version of Atlantis. Are there other changes planned for your version Atlantis vs the official?
We actually just ripped out everything else we did to be more compatible with the main line
We ripped out custom Atlantis.yaml location, support for git modules, and destroy command
We are hoping Atlantis will eventually come around.
2019-05-21
Someone posted an interesting alternative for atlantis a while ago. Anyone remember what that was?
@geertn Maybe https://codeherent.tech/ ?
Looks cool, but that wasn’t it.
@geertn maybe github actions?
although it doesn’t have an apply action - so maybe not this
Thanks, I found it. I was looking for: https://docs.geopoiesis.io/manual/
Turbocharging your infrastructure-as-code
Doesn’t seem to be open source AFAICS though
2019-05-23
Hey guys
was wondering if anyone successfully used https://github.com/cloudposse/slack-notifier with Atlantis for slack notifications?
Command line utility to send messages with attachments to Slack channels via Incoming Webhooks - cloudposse/slack-notifier
@Sajid haven’t tried it, but it would work well with a custom workflw
2019-05-30
to anyone using bitbucket cloud with atlantis https://github.com/runatlantis/atlantis/issues/652
We are running into go PANIC error on BitBucket. I think something is changed on the bitbucket API, the go error stacktrace points to /go/src/github.com/runatlantis/atlantis/server/events/vcs/bitbu…
Atlassian introduced https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-gdpr/
I spent the morning trying to fix this