Skip to content

Commit

Permalink
fix(object store): azure storage should check token expire (#16320)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu authored Apr 17, 2024
1 parent ffd4194 commit 5c4a963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ futures-timer = { git = "https://github.com/madsim-rs/futures-timer.git", rev =
# patch: unlimit 4MB message size for grpc client
etcd-client = { git = "https://github.com/risingwavelabs/etcd-client.git", rev = "4e84d40" }
# todo(wcy-fdu): remove this patch fork after opendal release a new version to apply azure workload identity change.
reqsign = { git = "https://github.com/wcy-fdu/reqsign.git", rev = "e6cb304" }
reqsign = { git = "https://github.com/wcy-fdu/reqsign.git", rev = "002ee2a" }

[workspace.metadata.dylint]
libraries = [{ path = "./lints" }]

0 comments on commit 5c4a963

Please sign in to comment.