From 34ca92b0063229913f41fd14a8cbbfa288499b69 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 11 Dec 2023 16:50:29 -0600 Subject: [PATCH] update --- durpapi/templates/ingress.yaml | 1 - traefik/values.yaml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index 9b88a71..84c63e1 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -42,4 +42,3 @@ spec: jwt: issuers: - https://authentik.durp.info/application/o/api - secret: diff --git a/traefik/values.yaml b/traefik/values.yaml index 294d491..03bdccf 100644 --- a/traefik/values.yaml +++ b/traefik/values.yaml @@ -500,8 +500,8 @@ traefik: additionalArguments: - "--serversTransport.insecureSkipVerify=true" - "--log.level=DEBUG" - - "--experimental.plugins.jwt.modulename=github.com/Brainnwave/jwt-middleware" - - "--experimental.plugins.jwt.version=v1.1.5" + - "--experimental.plugins.jwt.modulename=github.com/DeveloperDurp/jwt-middleware" + - "--experimental.plugins.jwt.version=v1.0.0" # Environment variables to be passed to Traefik's binary env: [] # - name: SOME_VAR