Questions tagged [atlantis]

19 questions
2
votes
1 answer

How to enable basic authentication in Atlantis?

I'm trying to enable basic auth for atlantis I have followed the official docs here however it seems the below settings are not honored by atlantis docker run runatlantis/atlantis:v0.18.1 server --gitlab-user=username --gitlab-token=token…
Ahmed Lotfy
  • 1,065
  • 2
  • 15
  • 33
1
vote
1 answer

Atlantis plan erroring with querying Cloud Storage failed message

I have a GCP VM to which a GCP Service Account has been attached. This SA has the appropriate permissions to perform some terraform / terragrunt related actions, such as querying the backend configuration GCS bucket etc. So, when I log in to the VM…
pkaramol
  • 16,451
  • 43
  • 149
  • 324
0
votes
1 answer

SSH key error when planning with atlantis

`when I push a plan to bitbucet remote, I get the below error during the plan. I was getting the same error earlier on my local but I updated the bitbucket key in known_hosts and the plan started to work. but I am now getting this error when on…
Amarichey
  • 11
  • 2
0
votes
0 answers

How to configure atlantis or bitbucket to interpetate terraform plans?

Is there anything I can configure in Atlantis or Bitbucket in order to have a clean plan? At the moment I can see this in the Bitbucket comments: All I have done so far is: terragrunt plan -no-color env: # Reduce Terraform suggestion…
carlitos081
  • 151
  • 1
  • 13
0
votes
0 answers

Install and Configure the Same GitHub Application Across Multiple Organizations within the same Company

Can I install the same GitHub application, which is currently configured at https://github.my-company.com/organizations/first-organisation/settings/apps/app-github, in another organization within the same company, namely…
0
votes
0 answers

Configuring Atlantis ( Error: This repo is not allowlisted for Atlantis.)

I'm very new to the atlantis stuff, apologies in advance if this question is silly. I have a requirement to get Atlantis up and running on our private infrastructure. I've installed atlantis v0.23.5 in jenkins machine and our SCM is gitlab…
skkc
  • 13
  • 4
0
votes
1 answer

How to configure Atlantis for Terragrunt

I'm trying to configure Atlantis to run Terragrunt and I'm quite confused on the custom workflow. I have multiple projects under the same terragrunt project: ├── prod │   ├── bucket │   │   └── terragrunt.hcl │   ├── common_vars.yaml │   └──…
carlitos081
  • 151
  • 1
  • 13
0
votes
1 answer

What's the use case for using Atlantis and ArgoCD together?

I'm new to DevOps and I'm trying to understand how different tools fit together in a CI/CD pipeline. I've heard about Atlantis and ArgoCD, but I'm not sure how they work together. As far as I understand, Atlantis is a tool for automating the…
0
votes
1 answer

Atlantis repo config for all repos in Organization

Per https://www.runatlantis.io/docs/server-side-repo-config.html#requiring-pr-is-mergeable-before-apply-or-import Atlantis is requesting to add all repos or specific repos. Is there anyway I can set it to all repos inside a specific Organization?…
Rio
  • 595
  • 1
  • 6
  • 27
0
votes
1 answer

apply_requirements not working in Gitlab community edition

Overview We are using Gitlab community edition [15.4.6] and atlantis version [0.23.3], deployed using kubernetes statefulset. Atlantis does not evaluate the settings present in Server side config. Reproduction Steps After deploying to kubernetes,…
0
votes
3 answers

How to ignore FAIL during conftest policy check in atlantis

I am still in the testing phase and would like to allow merging of my PR even if the policy_check is FAIlING. What flag I can pass to enable that ? My current config: repos: - id: /.*/ workflow: custom apply_requirements: [mergeable] …
chan214
  • 21
  • 1
0
votes
0 answers

Terraform unable to update Lambda with ECR image on new Image Publish

Current Setup : I have created a GITLAB CI Pipeline to build a JAR and use the JAR in a docker Image Build and publishing the same to an AWS ECR Repository Points to Note : The image when it gets published is getting tagged using two tags one is…
0
votes
0 answers

How do I set values of Atlantis helm configurations

I am in trouble. I want to try Atlantis which is an open-source automation tool for terraform. I would like to introduce a review-bot which reviews the result of the 'terraform plan' I tried this…
김대영
  • 143
  • 1
  • 7
0
votes
2 answers

error: chmod on config.lock failed: Operation not permitted

I'm trying to deploy Atlantis on a Cloud Run Gen2 service with a GCS bucket mounted to it via gcsfuse. Most seems to work fine, the atlantis server starts and can handle requests properly. Files are also written to the GCS bucket through…
0
votes
0 answers

Atlantis with Terragrunt

I use terragrunt to keep my code DRY, I have two repo structures one for modules and the other where my terragrunt files reside and inside the terragrunt.hcl I refer the source module via git . Just checking out if anyone has successfully…
1
2