Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add a workaround to make sure grpc clients' hosts always match their universe domain #2588

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

JesseLovelace
Copy link
Contributor

Workaround in place until googleapis/sdk-platform-java#2911 is fixed

@JesseLovelace JesseLovelace requested a review from a team as a code owner June 14, 2024 23:02
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: storage Issues related to the googleapis/java-storage API. labels Jun 14, 2024
@@ -600,7 +600,12 @@ public GrpcStorageOptions.Builder setBlobWriteSessionConfig(
@BetaApi
@Override
public GrpcStorageOptions build() {
return new GrpcStorageOptions(this, defaults());
GrpcStorageOptions options = new GrpcStorageOptions(this, defaults());
if (options.getUniverseDomain() != null) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we add a todo-link to the issue to be fixed in sdk-platform-java? Merge away afterward.

@JesseLovelace JesseLovelace added kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jun 17, 2024
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jun 17, 2024
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner June 17, 2024 17:57
@JesseLovelace JesseLovelace merged commit 87bf737 into main Jun 17, 2024
22 checks passed
@JesseLovelace JesseLovelace deleted the tpcgrpcworkaround branch June 17, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants