Update auth plugin and gateway

The newer versions include "CreatedAt"

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd) 2021-03-26 13:36:11 +00:00
parent dca036ee51
commit a4e092b217

View File

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