Add ESO OpenBao GitOps add-ons
This commit is contained in:
parent
0f0b14001e
commit
693dc71833
12 changed files with 353 additions and 6 deletions
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"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue