From 51d25521f9a73ed851e06141b0801afa59439de2 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 23 Jan 2024 05:53:46 -0800 Subject: [PATCH] Update durpapi/templates/ingress.yaml --- durpapi/templates/ingress.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index 9b2029e..c47fe25 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -40,5 +40,6 @@ metadata: spec: plugin: jwt: - Keys: - - https://authentik.durp.info/application/o/api/jwks + Required: true + Keys: + - https://authentik.durp.info/application/o/api/jwks \ No newline at end of file