railiance-platform/argocd/platform-addons/openbao-secretstore/openbao-rapp-qonto.clustersecretstore.yaml

34 lines
1 KiB
YAML
Raw Normal View History

# rapp-qonto uses the private railiance01 OpenBao service. ESO retains the
# dedicated AppRole during the endpoint cutover; same-cluster Kubernetes auth
# is the follow-up steady-state identity.
2026-07-27 03:14:07 +02:00
#
# 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: http://openbao.openbao.svc:8200
2026-07-27 03:14:07 +02:00
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