Skip to content

Exempt compute pack and validate from auth requirement#1701

Merged
jedisct1 merged 3 commits intomainfrom
fdenis/computenoauth
Mar 18, 2026
Merged

Exempt compute pack and validate from auth requirement#1701
jedisct1 merged 3 commits intomainfrom
fdenis/computenoauth

Conversation

@jedisct1
Copy link
Contributor

Change summary

compute pack and compute validate are purely local operations that manipulate files without making any Fastly
API calls. They were incorrectly requiring an auth token.

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for
    the same update/change?

Changes to Core Features:

  • Have you written new tests for your core changes, as applicable?
  • Have you successfully run tests with your changes locally?

User Impact

Users can now run fastly compute pack and fastly compute validate without a configured auth token. This is
particularly useful in CI/CD pipelines that handle packaging separately from deployment.

`compute pack` and `compute validate` are purely local operations
that manipulate files without making any Fastly API calls.
@jedisct1 jedisct1 requested a review from a team as a code owner March 18, 2026 14:03
Copy link
Contributor

@anthony-gomez-fastly anthony-gomez-fastly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jedisct1 jedisct1 merged commit 3aa53f7 into main Mar 18, 2026
13 checks passed
@jedisct1 jedisct1 deleted the fdenis/computenoauth branch March 18, 2026 15:50
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.

2 participants