pub const SECRETS_VAULT_ID: &str = "secrets";Expand description
Reserved id of the deployment secrets vault.
SecretsVaultMutation links this vault to Live Workers and compute
clusters after compile-time checks run, so its presence can never be
optional. Owned here so the gating rules and the mutation agree on one
constant.