Skip to content

Commit a27fceb

Browse files
committed
Reinstate basic_auth flag
- basic_auth is now set to true by default unless overriden in the env-var "BASIC_AUTH" Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent 6b7f2fc commit a27fceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
faas_nats_port: 4222
1717
direct_functions: "true" # Functions are invoked directly over the overlay network
1818
direct_functions_suffix: ""
19-
basic_auth: "false"
19+
basic_auth: "${BASIC_AUTH:-true}"
2020
secret_mount_path: "/run/secrets/"
2121
deploy:
2222
resources:

0 commit comments

Comments
 (0)