disinto/vault/policies/bot-dev-qwen.hcl
Agent 8f5652864d
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/nomad-validate Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/nomad-validate Pipeline was successful
ci/woodpecker/pr/secret-scan Pipeline was successful
fix: [nomad-step-2] S2-fix-G — strip trailing /* from all vault policy paths (systemic 403) (#951)
2026-04-17 09:11:22 +00:00

18 lines
486 B
HCL

# vault/policies/bot-dev-qwen.hcl
#
# Local-Qwen dev agent (agents-llama profile): reads its own bot KV
# namespace + the shared forge URL. Attached to the dev-qwen Nomad job
# via workload identity (S2.4). KV path mirrors the bot basename:
# kv/disinto/bots/dev-qwen/*.
path "kv/data/disinto/bots/dev-qwen" {
capabilities = ["read"]
}
path "kv/metadata/disinto/bots/dev-qwen" {
capabilities = ["list", "read"]
}
path "kv/data/disinto/shared/forge" {
capabilities = ["read"]
}