mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Warning about tokens
This commit is contained in:
@@ -5,6 +5,10 @@ description: "Learn how to dynamically generate GCP service account tokens."
|
||||
|
||||
The Infisical GCP IAM dynamic secret allows you to generate GCP service account tokens on demand based on service account permissions.
|
||||
|
||||
<Warning>
|
||||
GCP service account access tokens cannot be revoked. As such, revoking or regenerating a token does not invalidate the old one; it remains active until it expires.
|
||||
</Warning>
|
||||
|
||||
<Note>
|
||||
You must enable the [IAM API](https://console.cloud.google.com/apis/library/iam.googleapis.com) and [IAM Credentials API](https://console.cloud.google.com/apis/library/iamcredentials.googleapis.com) in your GCP console as a prerequisite
|
||||
</Note>
|
||||
|
||||
Reference in New Issue
Block a user