railiance-platform/openbao/policies/external-secrets-email-connect.hcl
codex c642367d98
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Add email-connect transactional SMTP and ingest custody lane.
CCR-2026-0010, OpenBao read policies, ClusterSecretStore openbao-email-connect,
and workload-kv lane documentation for EMAIL-WP-0004-T03.
2026-08-12 13:32:11 +02:00

13 lines
454 B
HCL

# Least-privilege policy for the External Secrets Operator email-connect lane.
#
# The matching Kubernetes auth role binds only the ESO service account in the
# external-secrets namespace. ClusterSecretStore usage is separately limited to
# the email-connect namespace.
path "platform/data/workloads/email-connect/transactional" {
capabilities = ["read"]
}
path "platform/metadata/workloads/email-connect/transactional" {
capabilities = ["read"]
}