#atlantis (2019-05)

atlantis

Discuss the Atlantis (<http://runatlantis.iorunatlantis.io>)

**Archive: ** https://archive.sweetops.com/atlantis/

2019-05-02

2019-05-15

rohit avatar

@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 ?

rohit avatar

This is probably a dumb question but which tarball should i be using on macOS to checkout atlantis testdrive

rohit avatar
runatlantis/atlantis

Terraform Pull Request Automation. Contribute to runatlantis/atlantis development by creating an account on GitHub.

2019-05-16

antonbabenko avatar
antonbabenko

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.

Fargate/Atlantis - Trigger AWS Fargate task from AWS Lambda · Issue #19 · terraform-aws-modules/terraform-aws-atlantis

\($ Who wants to pay for idle resources in the cloud century? I don&amp;#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

jmccollum avatar
jmccollum

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.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

We patched Atlantis to support GitHub teams. Maintainer doesn’t want to support that. Teams let us control who can run plan and apply.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
Restrict Plan or Apply to Github Teams or Github Users · Issue #308 · runatlantis/atlantis

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…

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Full context is here

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

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

jmccollum avatar
jmccollum

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?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

We actually just ripped out everything else we did to be more compatible with the main line

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

We ripped out custom Atlantis.yaml location, support for git modules, and destroy command

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

We are hoping Atlantis will eventually come around.

2019-05-21

geertn avatar

Someone posted an interesting alternative for atlantis a while ago. Anyone remember what that was?

geertn avatar

Looks cool, but that wasn’t it.

sarkis avatar

@geertn maybe github actions?

sarkis avatar

although it doesn’t have an apply action - so maybe not this

geertn avatar

Thanks, I found it. I was looking for: https://docs.geopoiesis.io/manual/

Hello, Geopoiesis!

Turbocharging your infrastructure-as-code

1
geertn avatar

Doesn’t seem to be open source AFAICS though

2019-05-23

Sajid avatar

Hey guys

Sajid avatar

was wondering if anyone successfully used https://github.com/cloudposse/slack-notifier with Atlantis for slack notifications?

cloudposse/slack-notifier

Command line utility to send messages with attachments to Slack channels via Incoming Webhooks - cloudposse/slack-notifier

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@Sajid haven’t tried it, but it would work well with a custom workflw

1

2019-05-30

nutellinoit avatar
nutellinoit

to anyone using bitbucket cloud with atlantis https://github.com/runatlantis/atlantis/issues/652

Bitbucket: PANIC: runtime error: invalid memory address or nil pointer dereference · Issue #652 · runatlantis/atlantis

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…

Igor avatar

I spent the morning trying to fix this

    keyboard_arrow_up