Hi everyone, does the latest atlantis support conf...
# atlantis-community
s
Hi everyone, does the latest atlantis support configuring for multiple VCS hosts at the same time ? Meaning can I supple both Github and Bitbucket credentials to the same instance ? According to what I read on the website:
Copy code
Atlantis supports multiple repos as well–as long as there is a webhook configured for each repo.
So looks like I can right ?
p
no, that is not possible
🥲 1
multiple repos on the same VCS
s
Ok, so it has to be a separate instance per Host I guess
p
yes
s
Why wouldn’t it work the other way ?
I thought we can parse the event coming from the the specified host, and then use the workflow for that host to send back comments on the host PR ?
p
did you try it?
when you atrt Atlantis you.need to pass the VCS flags to configure it , I believe you might have problems there but in theory it might work
I just can't remember that part of the code
d
@Son Do We welcome PRs and proposals, I think it’s just a matter of code instantiating only one VCS client at a time, and supporting it in the config. It’s a niche use case.