diff --git a/scripts/expose/configure_iap.sh b/scripts/expose/configure_iap.sh index edd5be8..c4f6bb5 100755 --- a/scripts/expose/configure_iap.sh +++ b/scripts/expose/configure_iap.sh @@ -20,6 +20,7 @@ if [ $EXISTING_SECRET_NAME == 'null' ]; then read -p 'Enter your OAuth credentials Client ID: ' CLIENT_ID read -p 'Enter your OAuth credentials Client secret: ' CLIENT_SECRET + if [[ ($CONFIGURE_SPIN_CLI=="YES")||(-z "$CONFIGURE_SPIN_CLI") ]]; then cat >~/.spin/config <