-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad Credentials #117
Comments
Hi @lkysow -- I get the same thing too. Srikanth and I are both using our GitHub Enterprise accounts. Do you think that could be a factor here? |
Ahh yes, the bootstrap needs to be done with GitHub.com credentials because
it's hardcoded to send requests there.
If you want to test out with GitHub Enterprise you need to manually follow
the steps (unfortunately) here:
https://github.com/runatlantis/atlantis/blob/master/README.md#production-ready-deployment
and here:
https://github.com/runatlantis/atlantis/blob/master/README.md#testing-out-atlantis-on-github
and start Atlantis yourself.
It's a good idea to be able to use bootstrap mode with GitHub Enterprise
though.
…On Sun, Apr 29, 2018, 8:23 PM michaeljeffrey ***@***.***> wrote:
Hi @lkysow <https://github.com/lkysow> -- I get the same thing too.
Srikanth and I are both using our GitHub Enterprise accounts. Do you think
that could be a factor here?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA_IvbybaPlkvX8-yePxwvMewIc-8VnNks5ttnWJgaJpZM4TrIg_>
.
|
Hi @lkysow so, we have to run bootstrap using github.com credentials and start Atlantis using enterprise token? |
No sorry for the confusion.
If you want to try out Atlantis on your GitHub enterprise instance, you need to start it yourself using |
Download it from here: https://ngrok.com/download
And then run it with `ngrok http 4141`.
…On Mon, Apr 30, 2018, 4:43 PM SrikanthSoma ***@***.***> wrote:
Hi, @lkysow <https://github.com/lkysow> how can we install ngrok
manually? If we use bootstrap we will get that as a part of dependency
since we're not using bootstrap. Can you help us with ngrok installation?
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA_IvUZUN5VZWLFXfbI0X4g5jJF4b6e-ks5tt6GogaJpZM4TrIg_>
.
|
@lkysow I didn't install ngrok When I make any PR I see events delivering to atlantis server. However, when I comment on PR before I merge plan is not working. What am I missing? Do I've to write any atlantis.yml file in root directory just like circle CI? |
what are the logs from the atlantis server? Run it with |
@lkysow 2018/05/04 00:52:15 [WARN] server: Atlantis started - listening on port 443 Logs seems fine |
@lkysow Thanks it helped, Now We're able to run Atlantis plan but Atlantis apply fails with following error.
This is main.tf
What am I missing here? |
When you run |
@lkysow terraform apply worked locally |
@lkysow It is working fine now didn't make any changes. Strange! |
runatlantis#117) * Adding support for https cloning using github username and token provided instead of using ssh * Update event_parser.go * now using new name for CloneURL that is sanitized and has no username and password
The text was updated successfully, but these errors were encountered: