Deployed rsauth2-proxy
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Successful in 10s

This commit is contained in:
Ultradesu
2026-05-05 14:56:56 +01:00
parent 37c77a899d
commit 9622b7d7bc
17 changed files with 389 additions and 79 deletions
+3 -3
View File
@@ -2,10 +2,10 @@
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: keycloak-auth
name: auth-proxy
spec:
forwardAuth:
address: http://oauth2-proxy.oauth2-proxy.svc:80
address: http://auth-proxy.auth-proxy.svc:80/auth
trustForwardHeader: true
authResponseHeaders:
- X-Auth-Request-User
@@ -25,7 +25,7 @@ spec:
- match: Host(`secret-reader.hexor.cy`)
kind: Rule
middlewares:
- name: keycloak-auth
- name: auth-proxy
services:
- name: secret-reader
port: 80