googleapis / google-auth-library-java

Open source Auth client library for Java
https://developers.google.com/identity
BSD 3-Clause "New" or "Revised" License
405 stars 218 forks source link

fix: makes default token url universe aware #1383

Closed aeitzman closed 2 months ago

aeitzman commented 2 months ago

Makes the default sts token url logic in external account credentials universe aware.

sonarcloud[bot] commented 2 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
75.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

westarle commented 2 months ago

Coverage test is complaining about new getUniverseDomain, where the 2nd branch isn't exercisable by tests. We can ignore for this PR.