Skip to content

Commit

Permalink
chore: switch to universe-domain endpoint for ComputeEngineCredentials (
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 authored Oct 15, 2024
1 parent 60f76ad commit f154edb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ public static String getTokenServerEncodedUrl() {

public static String getUniverseDomainUrl() {
return getMetadataServerUrl(DefaultCredentialsProvider.DEFAULT)
+ "/computeMetadata/v1/universe/universe_domain";
+ "/computeMetadata/v1/universe/universe-domain";
}

public static String getServiceAccountsUrl() {
Expand Down

0 comments on commit f154edb

Please sign in to comment.