You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually quite well timed, since we just got an issue about setting headers for Datastore: #1542. That issue already specifies the headers as lowercase, so I'll just be copying from that example.
As our library stands currently, we don't set any headers at all. That's handled in gRPC for us, we just give it an auth client from google-auth-library and it figures out the rest.
This might be a no-op, but please double check. Filing this issue just in case.
We need to ensure that all headers used for gRPC are written in lower-case. Please review this Pull Request for reference of what needs to be updated.
Again, perhaps this doesn't apply to your language. Feel free to comment and then close the issue (after double checking).
The text was updated successfully, but these errors were encountered: