Change basic auth password for Kestra (#374)

the password must be 8 characters with one capital letter, one digit and one special character
This commit is contained in:
Usame Beşir
2025-09-21 08:27:02 +03:00
committed by GitHub
parent a7236c54fe
commit 75a125cc15

View File

@@ -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
condition: service_started