2026-09-05 18:38:19 +02:00
|
|
|
# RPF-WP-0037: exact namespace/SA/audience Kubernetes auth; no static token.
|
2026-07-07 14:30:02 +02:00
|
|
|
apiVersion: external-secrets.io/v1beta1
|
|
|
|
|
kind: ClusterSecretStore
|
|
|
|
|
metadata:
|
|
|
|
|
name: openbao-forgejo
|
|
|
|
|
labels:
|
|
|
|
|
app.kubernetes.io/part-of: railiance-gitops
|
|
|
|
|
railiance-platform/component: external-secrets
|
|
|
|
|
spec:
|
|
|
|
|
provider:
|
|
|
|
|
vault:
|
2026-08-03 21:36:52 +02:00
|
|
|
server: http://openbao.openbao.svc:8200
|
2026-07-07 14:30:02 +02:00
|
|
|
path: platform
|
|
|
|
|
version: v2
|
|
|
|
|
auth:
|
2026-09-05 18:38:19 +02:00
|
|
|
kubernetes:
|
|
|
|
|
mountPath: kubernetes
|
|
|
|
|
role: forgejo-mailer-eso
|
|
|
|
|
serviceAccountRef:
|
|
|
|
|
name: forgejo-mailer-eso
|
|
|
|
|
namespace: forgejo
|
|
|
|
|
audiences:
|
|
|
|
|
- openbao
|
2026-07-07 14:30:02 +02:00
|
|
|
conditions:
|
2026-09-05 18:38:19 +02:00
|
|
|
- namespaces:
|
|
|
|
|
- forgejo
|