This message was deleted.
# atlantis-community
s
This message was deleted.
r
im running different auth per same org
im running 2 atlantis instances one for non-production environments looking to the same repo
p
my question is related to pulling repos with one Atlantis from different orgs that require different level of access
how Atlantis or github could allow that
this is under the same company but different orgs withing github Enterprise
i
Would adding a gitconfig with all the orgs you need work? https://github.com/runatlantis/helm-charts/blob/main/charts/atlantis/values.yaml#L77 I’m only under a single org but that’s how we handle auth anyways. We use gitconfig
insteadOf
to inject
<https://oauth2:secret@my.gitlab.org>
vs
<https://my.gitlab.org>
p
yes, that could work