From 6d98acb7f8235f415416e20a64f69338850a5863 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 23 Jan 2024 06:36:29 -0800 Subject: [PATCH] Update durpapi/templates/ingress.yaml --- durpapi/templates/ingress.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index 1bbe4d9..38ea057 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -8,8 +8,8 @@ spec: routes: - match: Host("test.durp.info") && PathPrefix(`/`) kind: Rule - #middlewares: - # - name: jwt + middlewares: + - name: jwt services: - name: "durpapi-service" port: 80 @@ -40,6 +40,6 @@ metadata: spec: plugin: jwt: - Required: true + #Required: true Keys: - https://authentik.durp.info/application/o/api/jwks \ No newline at end of file