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 metadata to sdk requests #20

Merged

Conversation

Mythie
Copy link
Contributor

@Mythie Mythie commented Dec 20, 2023

When using manually created gRPC clients we need to append x-google-request-params to requests to help google route the request to the appropriate region otherwise requests will fail as they're being sent to the global endpoint.

This was mentioned in the documentation at: https://cloud.google.com/kms/docs/grpc

Resolves: #13

When using manually created gRPC clients we need to append `x-google-request-params` to requests to help google route the request to the appropriate region otherwise requests will fail as they're being sent to the global endpoint.

This was mentioned in the documentation at: https://cloud.google.com/kms/docs/grpc

Resolves: georgewhewell#13
@georgewhewell georgewhewell merged commit 780dab1 into georgewhewell:master Dec 20, 2023
5 checks passed
@georgewhewell
Copy link
Owner

Thanks a lot!

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.

Issue with non-global key-ring
2 participants