docs(agent): credentials revocation

This commit is contained in:
Daniel Hougaard
2025-11-08 05:11:27 +04:00
parent 85bab365bb
commit aa5c8eeff8
2 changed files with 13 additions and 1 deletions

View File

@@ -145,6 +145,16 @@ The entire config needs to be of string format and needs to be assigned to the `
The address of your Infisical instance. This field is optional and will default to `https://app.infisical.com` if not provided.
</Accordion>
<Accordion title="infisical.revoke-credentials-on-shutdown">
Whether to revoke all managed dynamic secret leases and identity access tokens on shutdown. Default: `"false"`.
If this is set to `true`, all managed dynamic secret leases and identity access tokens will be revoked when the pod is deleted.
<Note>
Note that this is currently unsupported on Windows-based pods, and will only work when injecting into Linux-based pods.
</Note>
</Accordion>
<Accordion title="infisical.auth.type">
The authentication type to use to connect to Infisical. Currently only the `kubernetes` authentication type is supported.
You can refer to our [Kubernetes Auth](/documentation/platform/identities/kubernetes-auth) documentation for more information on how to create a machine identity for Kubernetes Auth.