-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Determine this is the right repository
- I determined this is the correct repository in which to report this bug.
Summary of the issue
if a 0xa character appears at the end of
the api_key, the underlying grpc implementation
will fail with an invalid value header error.
to reproduce this, simply add a 0xa character to an api_key and try to perform any generative action via grpc transport.
Related PR for more context: googleapis/google-cloud-python#13963.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.