docs(e2e): clarify Infisical password retrieval in the runbook (BUNYIP-148) #181
Loading…
Reference in a new issue
No description provided.
Delete branch "docs/bunyip-148-e2e-infisical-password"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Clarifies the password step of the BUNYIP-148 first-time setup runbook in
dev-docs/e2e.md.just e2e-bootstraprecipe (DEV-378), which runs thebunyip-e2e-bootstrapbinary shipped in the deployed image (BUNYIP-156), instead of the dev-onlycargo runin a source-mounted container.BUNYIP_E2E_TEST_USER_PASSWORDfrom Infisical:infisical secrets get test_user_password --path=/bunyip/e2e --env=staging --plain./bunyip/e2e/test_user_passwordis an Infisical SECRET PATH (project/env/folder/key inside the secrets manager), NOT a filesystem directory. Its absence on disk is expected.E2E_STAGING_PASSWORDCI secret.Docs-only. No em-dash.
#BUNYIP-148