donmackinnon
WWasp
•Created by donmackinnon on 12/4/2024 in #đŸ™‹questions
wasp start db fails inside CI pipeline
We are attempting to run some automated tests against our wasp app inside of a Bitbucket pipelines step as part of our CI automation.
wasp start db
fails start due the the volume parameter on the docker command docker run --name wasp-dev-db-OpenSaaS-f93feb5239 --rm --publish 5432:5432 -v wasp-dev-db-OpenSaaS-f93feb5239:/var/lib/postgresql/data --env POSTGRES_PASSWORD=postgresWaspDevPass --env POSTGRES_USER=postgresWaspDevUser --env POSTGRES_DB=OpenSaaS-f93feb5239
Bitbucket pipelines rejects this due to the -v
Error response from daemon: authorization denied by plugin pipelines: -v only supports $BITBUCKET_CLONE_DIR and its subdirectories. Its possible to run postgres with the data stored in memory instead of on a volume by omitting that flag but I don't know if this capability is exposed to the wasp CLI15 replies
WWasp
•Created by donmackinnon on 11/26/2024 in #đŸ™‹questions
MFA Support
Is there a plan to add MFA support to auth flow, either via TOTP other means?
5 replies