Skip to content

Commit

Permalink
Fix auth header syntax (#45705)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Jun 28, 2023
1 parent 5d25ffc commit e3c6a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ISTIO_ENVOY_BASE_URL="${ISTIO_ENVOY_BASE_URL:-https://storage.googleapis.com/ist

# If we are not using the default, assume its private and we need to authenticate
if [[ "${ISTIO_ENVOY_BASE_URL}" != "https://storage.googleapis.com/istio-build/proxy" ]]; then
AUTH_HEADER="Authorization: Bearer $(shell gcloud auth print-access-token)"
AUTH_HEADER="Authorization: Bearer $(gcloud auth print-access-token)"
export AUTH_HEADER
fi

Expand Down

0 comments on commit e3c6a4b

Please sign in to comment.