This message was deleted.
# atlantis-community
s
This message was deleted.
j
You would likely need some sort of OIDC to set this up. https://scalesec.com/blog/access-gcp-from-aws-using-workload-identity-federation/
c
You can also just run another instance of Atlantis in GCP (which is what we do).
j
^ Honestly that is the "most accurate" answer. I think setting up OIDC between AWS and GCP would be a heavy handed approach to solving the problem.
n
Thanks for your replies 🙂 This leads me to another question : if you run two instances of atlantis, how do you manage the wiring on your repositories ?
j
It is just the webhook and secret that are different right?
You create those with the repos? We manage all of our github repos with terraform so a new repo automatically gets a webhook set up for atlantis with a secret.
n
The goal is to have one Atlantis instance that manages the resources on different cloud providers. I will take a look at oidc between AWS and GCP.
a
I'm doing exactly that, works fine
n
@Andre Ziviani Are you also running atlantis on AWS Fargate ?
a
sorry no, only AWS authenticating on GCP via OIDC
c
We have a single repo, with multiple
atlantis-whatever.yaml
files (one for each).
And multiple webhooks, one for each instance