Patch identity token trusted ips validation for aws/gcp auths

This commit is contained in:
Tuan Dang
2024-05-17 11:58:08 -07:00
parent 702699b4f0
commit 32c33eaf6e
2 changed files with 37 additions and 14 deletions

View File

@@ -123,7 +123,7 @@ access the Infisical API using the GCP ID Token authentication method.
<CodeGroup>
```bash curl
curl -H "Metadata-Flavor: Google" \
'http://metadata/computeMetadata/v1/instance/service-accounts/default/identity?audience=<identityId>'
'http://metadata/computeMetadata/v1/instance/service-accounts/default/identity?audience=<identityId>&format=full'
```
</CodeGroup>