Enable basic authentication for Kestra server in production.yml

This commit is contained in:
2024-05-01 20:15:05 +08:00
parent d08dde9756
commit a0fd201810
+1 -1
View File
@@ -87,7 +87,7 @@ services:
kestra: kestra:
server: server:
basic-auth: basic-auth:
enabled: false enabled: true
username: ${EMAIL_FROM} # it must be a valid email address username: ${EMAIL_FROM} # it must be a valid email address
password: ${EMAIL_PASSWORD} password: ${EMAIL_PASSWORD}
repository: repository: