Add OpenBao External Secrets lane for Forgejo mailer on railiance01
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 6s

Introduce external-secrets-forgejo policy/role, ClusterSecretStore
openbao-forgejo (forgejo namespace), and make openbao-configure-external-secrets-forgejo.
This commit is contained in:
tegwick 2026-07-07 14:30:02 +02:00
parent 7c598c2715
commit 0941d6e8f9
5 changed files with 56 additions and 1 deletions

View file

@ -0,0 +1,13 @@
# Least-privilege policy for External Secrets Operator Forgejo mailer lane.
#
# The matching Kubernetes auth role binds only the ESO service account in the
# external-secrets namespace. ClusterSecretStore usage is separately limited to
# the forgejo namespace.
path "platform/data/workloads/forgejo/*" {
capabilities = ["read"]
}
path "platform/metadata/workloads/forgejo/*" {
capabilities = ["read", "list"]
}