mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
feat: envoy-gateway
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user