railiance-platform/argocd/platform-addons/openbao-secretstore/openbao-rapp-qonto.clustersecretstore.yaml
codex 32ccc83076
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 0s
Add AppRole-backed Qonto secret store
2026-07-27 03:14:07 +02:00

34 lines
1.1 KiB
YAML

# Transitional cross-cluster bridge: the credential remains in Coulombcore
# OpenBao while rapp-qonto runs on railiance01. ESO uses a dedicated AppRole
# to mint short-lived tokens; replace this with same-cluster Kubernetes auth
# when secret custody and workload placement are unified.
#
# Prerequisite: Secret external-secrets/openbao-rapp-qonto-approle with keys
# role-id and secret-id, delivered by the approved ops-mason construction plan.
apiVersion: external-secrets.io/v1
kind: ClusterSecretStore
metadata:
name: openbao-rapp-qonto
labels:
app.kubernetes.io/part-of: railiance-gitops
railiance-platform/component: external-secrets
spec:
provider:
vault:
server: https://bao.coulomb.social
path: tenants
version: v2
auth:
appRole:
path: approle
roleRef:
name: openbao-rapp-qonto-approle
namespace: external-secrets
key: role-id
secretRef:
name: openbao-rapp-qonto-approle
namespace: external-secrets
key: secret-id
conditions:
- namespaces:
- rapp-qonto