-
Notifications
You must be signed in to change notification settings - Fork 566
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
chore: bump opendal
to 0.34.0
#1760
chore: bump opendal
to 0.34.0
#1760
Conversation
it would be nice to update the doc |
Thanks! |
@sylvestre would it be a problem to link to an (official) external resource for the external account as an example? https://cloud.google.com/blog/products/identity-security/enabling-keyless-authentication-from-github-actions |
Both would be nice :) |
OpenDAL 0.34.0 comes with a nicer way to build GCS caches and a bump to `reqsign 0.10.1`, which means Google's External Accounts are now supported, making it easier to use Sccache on build pipelines counting on Workload Identity Federation for their auth.
8dcd674
to
44a35dc
Compare
@sylvestre PTAL. I've made some changes to the GCS docs ordering to make it easier to find info on credentials |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #1760 +/- ##
==========================================
- Coverage 29.40% 29.33% -0.07%
==========================================
Files 49 49
Lines 17622 17620 -2
Branches 8496 8516 +20
==========================================
- Hits 5181 5169 -12
+ Misses 7322 7316 -6
- Partials 5119 5135 +16
☔ View full report in Codecov by Sentry. |
44a35dc
to
68a0cbe
Compare
68a0cbe
to
a7c330b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice docs!
cc @sylvestre to take an another round of review. |
thanks! |
Hi @sylvestre can you release a new version with this patch? sccache 0.4.2 depends on older opendal that uses |
sure, building |
OpenDAL 0.34.0 comes with a nicer way to build GCS caches and
a bump to
reqsign 0.10.1
, which means Google's External Accountsare now supported, making it easier to use Sccache on build pipelines
counting on Workload Identity Federation for their auth.
It's now necessary to define the
SCCACHE_REGION
when using AWS S3with the default endpoint.