Closed
[WIP] Fix Copilot provider-proxy authorization for daily max AI credits test#50404
Conversation
Copilot stopped work on behalf of
pelikhan due to an error
August 4, 2026 21:42
TomasAlric
pushed a commit
to alric-corp/itau-xj7-containers-image-base
that referenced
this pull request
Sep 8, 2026
…-proxy Local test confirmed COPILOT_GITHUB_TOKEN works fine directly against Copilot CLI (copilot -p "write a haiku" succeeded twice), so the PAT and license were never the problem. The failure was specific to CI: "Authentication failed with provider at http://172.30.0.30:10002 (HTTP 403)" after partial execution — that address is gh-aw's own internal AWF api-proxy sidecar, not the real Copilot API. Found the exact same signature already fixed upstream in github/gh-aw#47004 and github/gh-aw#50404 ("[WIP] Fix Copilot provider-proxy authorization for daily max AI credits test") — both resolved by switching the workflow to engine.copilot-sdk: true. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EFw5QH7gmhfM8ghM4p4JPg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.