google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

fix(client_library): External Authentication bug fix

Open Khushikathuria008 opened this issue 3 months ago • 0 comments

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 while performing external authentication.

To Reproduce Steps to reproduce the behavior: Call ::google::cloud::MakeServiceAccountCredentials with unparsable file contents. It will crash.

Expected behavior There should be no crash.

Khushikathuria008 avatar Oct 13 '25 06:10 Khushikathuria008