autojanet/k8s/externalsecrets/dispatcher-approle.yaml
Zoë a3f25456e4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: CI pipeline, ArgoCD app, ExternalSecrets, and Woodpecker config
- .woodpecker.yaml: build+push agent and dispatcher images to Harbor on mainline/tag
- k8s/argocd-app.yaml: ArgoCD Application syncing k8s/ from mainline
- k8s/externalsecrets/: ExternalSecret manifests for all 19 agent AppRole creds + dispatcher
- ArgoCD app applied to cluster, Woodpecker repo enabled with harbor secrets
2026-05-30 14:46:01 -07:00

24 lines
No EOL
535 B
YAML

---
# ExternalSecret: dispatcher approle
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: dispatcher-approle
namespace: autojanet
spec:
refreshInterval: 1h
secretStoreRef:
name: openbao
kind: ClusterSecretStore
target:
name: dispatcher-approle
creationPolicy: Owner
data:
- secretKey: role_id
remoteRef:
key: autojanet/pm/approle
property: role_id
- secretKey: secret_id
remoteRef:
key: autojanet/pm/approle
property: secret_id