# Template for a namespace/service-account-specific workload KV policy. # # Copy this file for a real workload and replace: # Kubernetes namespace, e.g. artifact-store # Kubernetes service account, e.g. artifact-store # # The matching Kubernetes auth role should bind the same namespace and service # account and attach the copied policy. path "platform/data/workloads///*" { capabilities = ["read"] } path "platform/metadata/workloads///*" { capabilities = ["read", "list"] }