googleapis / google-cloud-cpp

C++ Client Libraries for Google Cloud Services
https://cloud.google.com/
Apache License 2.0
554 stars 374 forks source link

Support API Key Authentication #14733

Closed dbolduc closed 1 month ago

dbolduc commented 1 month ago

API Keys are a way to authenticate without needing a principal. This is convenient for first time users, who often get tripped up by Google's crazy authentication schemes.

https://cloud.google.com/docs/authentication/api-keys-use

dbolduc commented 1 month ago

This is done.