Skip to content

Allow releaseassets.githubusercontent.com in workflow firewall#201

Merged
mrjf merged 2 commits into
mainfrom
copilot/allowlist-firewall-releaseassets
Apr 23, 2026
Merged

Allow releaseassets.githubusercontent.com in workflow firewall#201
mrjf merged 2 commits into
mainfrom
copilot/allowlist-firewall-releaseassets

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 23, 2026

Toolchain installers (e.g. bun, rustup) fetch binaries from releaseassets.githubusercontent.com, which was not in the gh-aw sandbox firewall allowlist, causing setup failures inside agentic workflows.

Changes

  • autoloop.md / evergreen.md: append releaseassets.githubusercontent.com to network.allowed.
  • *.lock.yml: regenerated via gh aw compile; the domain now appears in the awf --allow-domains list and in GH_AW_INFO_ALLOWED_DOMAINS.
network:
  allowed:
  - defaults
  - node
  - releaseassets.githubusercontent.com

Notes

  • sync-branches.md has no network block and does no toolchain install — left untouched.
  • gh-aw emits a strict-mode hint suggesting the broader github ecosystem identifier; intentionally kept as the single explicit domain to match the issue scope and minimize the allowlist surface.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/actions/github-script/git/ref/tags/v9
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq .object.sha (http block)
  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0.68.3
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.68.3 --jq .object.sha (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Allowlist releaseassets.githubusercontent.com in firewall workflows Allow releaseassets.githubusercontent.com in workflow firewall Apr 23, 2026
Copilot finished work on behalf of mrjf April 23, 2026 06:27
Copilot AI requested a review from mrjf April 23, 2026 06:27
@mrjf mrjf marked this pull request as ready for review April 23, 2026 06:31
@mrjf mrjf merged commit 0521ce3 into main Apr 23, 2026
18 checks passed
@mrjf mrjf deleted the copilot/allowlist-firewall-releaseassets branch April 23, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Firewall allowlist for releaseassets.githubusercontent.com

2 participants