Add ESO OpenBao GitOps add-ons
This commit is contained in:
13
openbao/policies/external-secrets-issue-core.hcl
Normal file
13
openbao/policies/external-secrets-issue-core.hcl
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user