httparchive.org icon indicating copy to clipboard operation
httparchive.org copied to clipboard

Authenticate gcloud with service account

Open rviscomi opened this issue 7 years ago • 0 comments

Need to resolve this warning:

~/python-venv/lib/python2.7/site-packages/google/auth/_default.py:66: UserWarning: Your application has authenticated using end user credentials from Google Cloud SDK. We recommend that most server applications use service accounts instead. If your application continues to use end user credentials from Cloud SDK, you might receive a "quota exceeded" or "API not enabled" error. For more information about service accounts, see https://cloud.google.com/docs/authentication/. warnings.warn(_CLOUD_SDK_CREDENTIALS_WARNING)

rviscomi avatar Aug 14 '18 23:08 rviscomi