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