Authenticate applications to Google Cloud

preview_player
Показать описание
Discover best practices for authenticating applications to Google Cloud. Explore testing locally and authenticating in various Google Cloud environments and from third-party clouds, with a focus on alternatives to downloading service account keys.

Speakers: Bu Sun Kim, Shaun Liu,

Watch more:

#GoogleCloudNext

BLD103
Рекомендации по теме
Комментарии
Автор

Hi there. I am a bit concerned, that you sell Application Default Credentials created by using the "gcloud auth application-default login" command as very secure. This stores a JSON key file in a well known location on my drive and lacks strong authentication. All a bad actor needs is the JSON key file. I personally feel very uncomfortable using this.

MarkusEicher