mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Merge remote-tracking branch 'origin' into k8s-auth
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ title: "Secret Versioning"
|
||||
description: "Learn how secret versioning works in Infisical."
|
||||
---
|
||||
|
||||
Every time a secret change is persformed, a new version of the same secret is created.
|
||||
Every time a secret change is performed, a new version of the same secret is created.
|
||||
|
||||
Such versions can be accessed visually by opening up the [secret sidebar](/documentation/platform/project#drawer) (as seen below) or [retrieved via API](/api-reference/endpoints/secrets/read)
|
||||
by specifying the `version` query parameter.
|
||||
|
||||
Reference in New Issue
Block a user