-
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
Unable to update status at url via Github App #3285
Comments
I have the same situation I noticed that when Atlantis is trying to update statuses, it tries to hit github api docs say that I opened a thread in the community about this issue, JFYI |
This is where the github function updates the status which uses the atlantis/server/events/vcs/github_client.go Lines 556 to 575 in 67686e7
Here is the If we need to use the branch atlantis/server/events/models/models.go Lines 155 to 168 in 67686e7
We can use It would be ideal to have a pull request with adequate unit tests and a validation from the author (and/or others) who has checked in both scenarios end to end test. |
@pomcho555 @ovceev Are you still having issues with the latest release? We reverted a feature in #3321 that was causing errors like |
@GenPage |
Apart from this bug, I suggest this function has a feature which print a debug log of the github api request so that we could easily debug the actual request payload unless it shows up sensitive info. |
|
has anyone added Org read access and try it ?
…On Thu, Sept 14, 2023, 6:14 a.m. Ilia Kovalev ***@***.***> wrote:
0.25.0 the issue still persists :(
403 Resource not accessible by integration []
—
Reply to this email directly, view it on GitHub
<#3285 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERFNTBF5WBUQUB74T6DX2L7K5ANCNFSM6AAAAAAWOHDJAQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
now does this match the docs ?
…On Tue, Sept 19, 2023, 4:50 p.m. Ilia Kovalev ***@***.***> wrote:
- pre-workflow hooks are working (we were prevented from using them
because of the error)
- 0 update status PR errors
the issue is gone for me, thank you so much guys
—
Reply to this email directly, view it on GitHub
<#3285 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERAGOUU3ZFZBKKGOGHTX3IVUJANCNFSM6AAAAAAWOHDJAQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Not really, the org permissions above are not listed here |
Community Note
Overview of the Issue
I set up an Atlantis bot with GitHub App. The bot does comments on my PR, but it can't update commit statuses. I allowed necessary permissions defined in the document. I think it's enough to update status.
Do I miss something?
Reproduction Steps
I deployed atlantis via the official Fargate module
Added permissions for my Github App
Logs
Logs
Environment details
As I mentioned above, I used default configuration in the module.
Additional Context
I also have the same issue going through roll my own using EC2 and systemd. I think this issue isn't inside the terraform module.
Furthermore, I made test bench for the investigation as public repository, you can see actual behavior of that bot with you browsing the pr.
omajinaiHouse/test-atlantis#1
The text was updated successfully, but these errors were encountered: