From 75a125cc15079ab8b73cdb04551e4060fc15d7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Usame=20Be=C5=9Fir?= Date: Sun, 21 Sep 2025 08:27:02 +0300 Subject: [PATCH] Change basic auth password for Kestra (#374) the password must be 8 characters with one capital letter, one digit and one special character --- blueprints/kestra/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/kestra/docker-compose.yml b/blueprints/kestra/docker-compose.yml index 8ec7fbaa..8f9672cd 100644 --- a/blueprints/kestra/docker-compose.yml +++ b/blueprints/kestra/docker-compose.yml @@ -44,7 +44,7 @@ services: basicAuth: enabled: false username: "admin@localhost.dev" # it must be a valid email address - password: kestra + password: k3str4p@ss repository: type: postgres storage: @@ -62,4 +62,4 @@ services: - "8081" depends_on: postgres: - condition: service_started \ No newline at end of file + condition: service_started