-
Notifications
You must be signed in to change notification settings - Fork 428
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
Does this issue affect the google-cloud-cpp project?
Yes
What component of google-cloud-cpp is this related to?
Authentication
Describe the bug
Providing an incorrect credential file causes a crash.
To Reproduce Steps to reproduce the behavior:
- Call
::google::cloud::MakeServiceAccountCredentialswith unparsable file contents. - It will crash.
Expected behavior
There should be no crash.
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.