Skip to content

Commit

Permalink
fix(auth): replace MDS endpoint universe_domain with universe-domain (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Oct 16, 2024
1 parent 2d31f00 commit 6a1586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (c *ComputeUniverseDomainProvider) GetProperty(ctx context.Context) (string
var httpGetMetadataUniverseDomain = func(ctx context.Context) (string, error) {
ctx, cancel := context.WithTimeout(ctx, 1*time.Second)
defer cancel()
return metadata.GetWithContext(ctx, "universe/universe_domain")
return metadata.GetWithContext(ctx, "universe/universe-domain")
}

func getMetadataUniverseDomain(ctx context.Context) (string, error) {
Expand Down

0 comments on commit 6a1586f

Please sign in to comment.