暴露 SPIRE OIDC discovery endpoint
ansible / collection-test (pull_request) Successful in 2m17s
yaml / yaml (pull_request) Successful in 28s
ansible / lint (pull_request) Successful in 4m21s

This commit is contained in:
2026-09-13 15:44:18 +00:00
parent d256682d11
commit b6ad65d768
4 changed files with 26 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: spire-oidc-discovery-provider
namespace: spire-server
spec:
parentRefs:
- name: eg
namespace: envoy-gateway-system
sectionName: https
hostnames:
- spire-oidc.ad.ddupan.top
rules:
- backendRefs:
- name: spire-spiffe-oidc-discovery-provider
port: 80