feat: envoy-gateway

This commit is contained in:
auricom
2025-06-20 00:43:57 +02:00
parent d48c329b18
commit 18c74b7072
13 changed files with 307 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
---
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: SecurityPolicy
metadata:
name: internal-secure
spec:
extAuth:
failOpen: false
headersToExtAuth:
- X-Forwarded-Proto
- authorization
- proxy-authorization
- accept
- cookie
http:
backendRefs:
- group: ""
kind: Service
name: authelia
namespace: default
port: 80
path: /api/authz/ext-authz/
targetRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: internal