From a063669e9c2f9e09b83624c91ef90960c79971fd Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Tue, 30 Jul 2019 15:16:37 -0500 Subject: [PATCH] Add missing(?) authentication --- jigasi.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jigasi.sh b/jigasi.sh index 995d3eb..5d88e30 100644 --- a/jigasi.sh +++ b/jigasi.sh @@ -115,6 +115,8 @@ if [ $SETUP_TYPE = 2 ]; then #Setup option 1 - Google Cloud SDK echo "Once logged on Google Cloud SDK, please select the project that owns to the JSON key." gcloud init +echo "Login to Google Auth Library" +gcloud auth application-default login fi echo "Setting up JSON key file..."