Skip to content

Add support for anonymous Azure blob access#2610

Open
agocke wants to merge 3 commits intomozilla:mainfrom
agocke:anon
Open

Add support for anonymous Azure blob access#2610
agocke wants to merge 3 commits intomozilla:mainfrom
agocke:anon

Conversation

@agocke
Copy link

@agocke agocke commented Feb 12, 2026

The current support for Azure blob storage can't deal with the situation where the blob store needs to be accessed anonymously. This PR adds the opendal http backend and an environment variable that can be used to enable Azure anonymous access. If the environment variable is set, sccache falls back to direct http access instead of the opendal authentication flow.

The current support for Azure blob storage can't deal with the situation
where the blob store needs to be accessed anonymously. This PR adds the
opendal http backend and an environment variable that can be used to
enable Azure anonymous access. If the environment variable is set,
sccache falls back to direct http access instead of the opendal
authentication flow.
@codecov-commenter
Copy link

codecov-commenter commented Feb 12, 2026

Codecov Report

❌ Patch coverage is 77.01149% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 72.73%. Comparing base (1b480c9) to head (eb58d24).

Files with missing lines Patch % Lines
src/cache/azure.rs 66.66% 20 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2610      +/-   ##
==========================================
- Coverage   72.74%   72.73%   -0.01%     
==========================================
  Files          68       68              
  Lines       36985    37070      +85     
==========================================
+ Hits        26903    26964      +61     
- Misses      10082    10106      +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sylvestre
Copy link
Collaborator

some jobs are failing

@agocke
Copy link
Author

agocke commented Feb 12, 2026

Thanks, investigating.

@agocke
Copy link
Author

agocke commented Feb 13, 2026

I believe this is ready for re review/testing

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.

3 participants