Infisical — secrets from CI
infisical/cli · version 1
envs add infisical/cli
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
INFISICAL_TOKEN |
optional | secret | Fetches secrets as a machine identity rather than as a logged-in person. Infisical states no sensitivity in those words, but it stands in for an identity, so it is secret here.. where to get it |
INFISICAL_UNIVERSAL_AUTH_CLIENT_ID |
optional | config | Infisical calls this the non-sensitive client id of the identity, which is the plainest such statement in this registry. The variable name is convention; Infisical names the credential, not a variable.. where to get it |
INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET |
optional | secret | The other half. Infisical likens the pair to a username and password, and the access token it buys lasts two hours by default. The name is convention.. where to get it |
INFISICAL_API_URL |
optional | config | For a self-hosted instance. An address.. where to get it |