mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 16:03:27 +00:00
* feat: oidc auth with sqs * rafctor * update: add id token struct * update has_expired function * fix duration * fix typo * Update backend/windmill-common/src/auth.rs Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * Update backend/windmill-common/src/auth.rs Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * update ref * update sqlx * update resource type * update repo ref * Update settings.json * add new resource type * update repo ref and clear resource path on resource type change * update .sqlx * add missing key --------- Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
5 lines
191 B
Bash
5 lines
191 B
Bash
DATABASE_URL=postgres://postgres:changeme@localhost:5432/windmill?sslmode=disable
|
|
DENO_PATH=/opt/homebrew/bin/deno
|
|
BUN_PATH=/opt/homebrew/bin/bun
|
|
|
|
WM_IMAGE=ghcr.io/windmill-labs/windmill:main |