From 069708dac59c3b160a2078156189b28617713177 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sun, 11 Jan 2026 15:36:27 +0000 Subject: [PATCH] fix: use email for KESTRA_ADMIN_USER --- stack.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.env b/stack.env index 2512c12..f12b783 100644 --- a/stack.env +++ b/stack.env @@ -15,6 +15,6 @@ DB_NAME=kestra DB_USER=kestra DB_PASSWORD=CHANGE_ME -# Kestra Authentication -KESTRA_ADMIN_USER=admin +# Kestra Authentication (username must be a valid email address) +KESTRA_ADMIN_USER=admin@kestra.io KESTRA_ADMIN_PASSWORD=CHANGE_ME