Add ESO OpenBao GitOps add-ons

This commit is contained in:
tegwick 2026-06-25 20:08:36 +02:00
parent 0f0b14001e
commit 693dc71833
12 changed files with 353 additions and 6 deletions

View file

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