Skip to content

Commit baede08

Browse files
committed
Add structured logging for OIDC plugin
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent bd99515 commit baede08

16 files changed

+517
-493
lines changed

chart/openfaas/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 14.2.35
5+
version: 14.2.36
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ eventWorker:
141141

142142
# For OpenFaaS Pro and the Function CRD
143143
operator:
144-
image: ghcr.io/openfaasltd/faas-netes:0.5.29
144+
image: ghcr.io/openfaasltd/faas-netes:0.5.30
145145
create: false
146146
logs:
147147
debug: false
@@ -179,7 +179,7 @@ operator:
179179
pprof: false
180180

181181
faasnetesPro:
182-
image: ghcr.io/openfaasltd/faas-netes:0.5.29
182+
image: ghcr.io/openfaasltd/faas-netes:0.5.30
183183
logs:
184184
debug: false
185185
format: "console"
@@ -294,7 +294,7 @@ dashboard:
294294
# OpenFaaS Enterprise (OpenFaaS IAM)
295295
# OIDC plugin for authentication on the OpenFaaS REST API
296296
oidcAuthPlugin:
297-
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.3
297+
image: ghcr.io/openfaasltd/openfaas-oidc-plugin:0.7.4
298298
insecureTLS: false
299299
replicas: 1
300300
securityContext: true

docs/cron-connector-0.6.10.tgz

0 Bytes
Binary file not shown.

docs/federated-gateway-0.1.0.tgz

-172 Bytes
Binary file not shown.

docs/index.yaml

+511-487
Large diffs are not rendered by default.

docs/kafka-connector-0.7.9.tgz

1 Byte
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

0 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

2 Bytes
Binary file not shown.

docs/openfaas-14.2.36.tgz

43.2 KB
Binary file not shown.

docs/postgres-connector-0.1.1.tgz

1 Byte
Binary file not shown.

docs/pro-builder-0.4.13.tgz

-5.74 KB
Binary file not shown.

docs/queue-worker-0.2.7.tgz

1 Byte
Binary file not shown.

docs/sns-connector-0.1.3.tgz

-1 Bytes
Binary file not shown.

docs/sqs-connector-0.2.4.tgz

-2 Bytes
Binary file not shown.

yaml/alertmanager-dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yaml/prometheus-dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)