This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch xuanwo/mock-alignment
in repository https://gitbox.apache.org/repos/asf/opendal-reqsign.git
from c1ad5a0 chore: Align our mock servers impl
add 08aa73e feat(google): Add workload identity support (#673)
add cbce04a chore: Align our mock servers impl
add c732214 chore: Sync mock-alignment branch
No new revisions were added by this update.
Summary of changes:
services/google/Cargo.toml | 1 +
.../src/provide_credential/external_account.rs | 409 +++++++++++++++++++--
.../google/testdata/test_external_account.json | 6 +-
services/google/tests/README.md | 10 +
services/google/tests/mocks/sts_mock_server.py | 140 +++++++
5 files changed, 523 insertions(+), 43 deletions(-)
create mode 100644 services/google/tests/mocks/sts_mock_server.py