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.
This commit is contained in:
parent
b6ad81fe6b
commit
c642367d98
5 changed files with 241 additions and 0 deletions
13
openbao/policies/external-secrets-email-connect.hcl
Normal file
13
openbao/policies/external-secrets-email-connect.hcl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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"]
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
# Operator / OIDC read lane for email-connect transactional SMTP + ingest token.
|
||||
# ESO delivery uses the sibling external-secrets-email-connect policy.
|
||||
|
||||
path "platform/data/workloads/email-connect/transactional" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
||||
path "platform/metadata/workloads/email-connect/transactional" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue