Skip to content

impl(auth): IAM signer should respect universe domain#5309

Open
alvarowolfx wants to merge 1 commit intogoogleapis:mainfrom
alvarowolfx:impl-auth-iam-signer-universe-domain
Open

impl(auth): IAM signer should respect universe domain#5309
alvarowolfx wants to merge 1 commit intogoogleapis:mainfrom
alvarowolfx:impl-auth-iam-signer-universe-domain

Conversation

@alvarowolfx
Copy link
Copy Markdown
Collaborator

Towards #3646

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.78%. Comparing base (146ab54) to head (78fd92a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5309   +/-   ##
=======================================
  Coverage   97.78%   97.78%           
=======================================
  Files         220      220           
  Lines       45833    45874   +41     
=======================================
+ Hits        44818    44860   +42     
+ Misses       1015     1014    -1     

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

@alvarowolfx alvarowolfx marked this pull request as ready for review April 7, 2026 16:21
@alvarowolfx alvarowolfx requested review from a team as code owners April 7, 2026 16:21
let signer = IamSigner::new(
"test@example.com".to_string(),
creds,
Some("http://example.com".to_string()),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: can you add a test case where we have a custom endpoint AND the credentials have a custom universe domain?

I know the mock credential's universe domain will be ignored, so it will basically be the same test. Maybe parameterize this for None, Some("custom-universe.com") ?

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.

2 participants