Skip to content

docs(guide): how-to override default authentication#3662

Merged
coryan merged 4 commits intogoogleapis:mainfrom
coryan:docs-guide-auth
Nov 3, 2025
Merged

docs(guide): how-to override default authentication#3662
coryan merged 4 commits intogoogleapis:mainfrom
coryan:docs-guide-auth

Conversation

@coryan
Copy link
Copy Markdown
Collaborator

@coryan coryan commented Oct 31, 2025

Fixes #3661. I am planning to move this to docs.cloud.google.com/rust shortly after the examples land at main (draft at cl/826576467), but it is probably good to review here.

Intentionally, this only runs integration tests tests for the ADC case. Securing the non-ADC case is too much of a nightmare, and the risk of that "not working" is too small.

fix-3661.pdf

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.73%. Comparing base (11286f0) to head (f52b8ac).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3662   +/-   ##
=======================================
  Coverage   95.73%   95.73%           
=======================================
  Files         129      129           
  Lines        5157     5157           
=======================================
  Hits         4937     4937           
  Misses        220      220           

☔ 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.

@coryan coryan marked this pull request as ready for review October 31, 2025 20:33
@coryan coryan requested a review from a team October 31, 2025 20:33
dbolduc
dbolduc previously approved these changes Nov 3, 2025
Copy link
Copy Markdown
Collaborator Author

@coryan coryan left a comment

Choose a reason for hiding this comment

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

PTAL

@coryan coryan merged commit 5666630 into googleapis:main Nov 3, 2025
28 checks passed
@coryan coryan deleted the docs-guide-auth branch November 3, 2025 17:17
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.

User-guide section on how to change the default authentication in a client

2 participants