Update auth plugin and gateway

Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
This commit is contained in:
Han Verstraete (OpenFaaS Ltd)
2022-05-11 10:30:32 +02:00
committed by Alex Ellis
parent 37c63a84a5
commit 2178d90a10

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
basic-auth-plugin:
image: ghcr.io/openfaas/basic-auth:0.21.0
image: ghcr.io/openfaas/basic-auth:0.21.4
environment:
- port=8080
- secret_mount_path=/run/secrets
@ -56,7 +56,7 @@ services:
- "127.0.0.1:9090:9090"
gateway:
image: ghcr.io/openfaas/gateway:0.21.3
image: ghcr.io/openfaas/gateway:0.21.4
environment:
- basic_auth=true
- functions_provider_url=http://faasd-provider:8081/