2026-09-21 19:18:59 +02:00
|
|
|
# RPF-WP-0045: exact namespace/SA/audience Kubernetes auth; no static token.
|
|
|
|
|
# DECLARED TARGET, NOT YET LIVE. Live still references the expired
|
|
|
|
|
# external-secrets/openbao-email-connect-eso-token until RPF-WP-0045-T03.
|
|
|
|
|
# Nothing syncs this file (excluded from the kustomization). CCR: CCR-2026-0010.
|
2026-08-12 13:32:11 +02:00
|
|
|
apiVersion: external-secrets.io/v1beta1
|
|
|
|
|
kind: ClusterSecretStore
|
|
|
|
|
metadata:
|
|
|
|
|
name: openbao-email-connect
|
|
|
|
|
labels:
|
|
|
|
|
app.kubernetes.io/part-of: railiance-gitops
|
|
|
|
|
railiance-platform/component: external-secrets
|
|
|
|
|
app.kubernetes.io/name: email-connect
|
|
|
|
|
spec:
|
|
|
|
|
provider:
|
|
|
|
|
vault:
|
|
|
|
|
server: http://openbao.openbao.svc:8200
|
|
|
|
|
path: platform
|
|
|
|
|
version: v2
|
|
|
|
|
auth:
|
2026-09-21 19:18:59 +02:00
|
|
|
kubernetes:
|
|
|
|
|
mountPath: kubernetes
|
|
|
|
|
role: email-connect-transactional-eso
|
|
|
|
|
serviceAccountRef:
|
|
|
|
|
name: email-connect-eso
|
|
|
|
|
namespace: email-connect
|
|
|
|
|
audiences:
|
|
|
|
|
- openbao
|
2026-08-12 13:32:11 +02:00
|
|
|
conditions:
|
|
|
|
|
- namespaces:
|
|
|
|
|
- email-connect
|