Fixing oc-auth service, and hydra and keto integration

This commit is contained in:
plm
2025-01-21 15:25:25 +01:00
parent 2738dd614c
commit 30b04e62c0
25 changed files with 141 additions and 31 deletions

View File

@@ -14,6 +14,11 @@ spec:
- kind: Service
name: oc-auth-svc
port: 8094
middlewares:
{{- if index .Values.ocAuth.enableTraefikProxyIntegration }}
- name: forward-auth
{{- end }}
- name: strip-auth-prefix
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
@@ -23,5 +28,4 @@ spec:
stripPrefix:
prefixes:
- "/auth"
{{- end }}
{{- end }}