Ragy Ibrahim
Results
1
comments of
Ragy Ibrahim
**GKE Deployment** from what I see the below is failing or returning empty values ```bash VM_ID=$(curl -H 'Metadata-Flavor: Google' "${METADATA_BASE_URL}/instance/service-accounts/default/identity?format=full&audience=${PROXY_URL}/request-service-account-endpoint" 2>/dev/null) ``` ```bash RESULT_JSON=$(curl -H "Authorization: Bearer $(gcloud auth print-access-token)"...