Deploy approval service and verify native persistence and audit
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a09cbb-87c6-7900-a145-4ce53ba9f1a6
This commit is contained in:
parent
a0a602976e
commit
d710bf0088
6 changed files with 151 additions and 8 deletions
21
deploy/keycape-ingress.yaml
Normal file
21
deploy/keycape-ingress.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# APPROVAL-WP-0002-T03 / SECRETS-WP-0010-T03: exact verifier JWKS peer.
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: NetworkPolicy
|
||||
metadata:
|
||||
name: allow-approval-engine-to-keycape
|
||||
namespace: sso
|
||||
spec:
|
||||
podSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: keycape
|
||||
policyTypes: [Ingress]
|
||||
ingress:
|
||||
- from:
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: approval-engine
|
||||
podSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: approval-engine
|
||||
ports:
|
||||
- {protocol: TCP, port: 8080}
|
||||
Loading…
Add table
Add a link
Reference in a new issue