User-specific Environment Values

The following values can be used in the .env file of the infrastructure repo to control interactions with the Panfactum stack:

ValueRequiredDescription
LOCAL_DEV_NAMESPACEXA short name code that should be unique to you. Used for spinning up personal development stacks in the development cluster.
GIT_USERNAMEXThe git username used for downloading private first-party IaC modules. See instructions.
GIT_PASSWORDXThe git password used for downloading private first-party IaC modules. See instructions.
VAULT_ADDRThe HTTP(S) URL of the Vault instance to connect to when authenticating with workloads running in a cluster.
VAULT_TOKENThe Vault authentication token to use when communicating with Vault. You do not need to set this unless recovering using a root token.
AUTHENTIK_TOKENThe Authentik API token to use for Authentik IaC Provider. Required if deploying modules that configure Authentik.