Skip to content

Commit

Permalink
Update auth plugin and gateway
Browse files Browse the repository at this point in the history
The newer versions include "CreatedAt"

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Mar 26, 2021
1 parent dca036e commit a4e092b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
basic-auth-plugin:
image: ghcr.io/openfaas/basic-auth:0.20.5
image: ghcr.io/openfaas/basic-auth:0.20.12
environment:
- port=8080
- secret_mount_path=/run/secrets
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
- "127.0.0.1:9090:9090"

gateway:
image: ghcr.io/openfaas/gateway:0.20.11
image: ghcr.io/openfaas/gateway:0.20.12
environment:
- basic_auth=true
- functions_provider_url=http://faasd-provider:8081/
Expand Down

0 comments on commit a4e092b

Please sign in to comment.