2026-09-21 19:18:59 +02:00
|
|
|
# RPF-WP-0045: ESO delivery for ClusterSecretStore openbao-activity-core via
|
|
|
|
|
# Kubernetes auth role activity-core-eso (SA activity-core/activity-core-eso).
|
2026-09-23 20:00:40 +02:00
|
|
|
# Exactly the KV paths the activity-core ExternalSecrets read; data read only,
|
|
|
|
|
# no metadata/list/write. ESO also needs lookup-self and revoke-self.
|
2026-09-21 19:18:59 +02:00
|
|
|
|
|
|
|
|
path "platform/data/workloads/activity-core/llm-connect/llm-connect-provider-secrets" {
|
|
|
|
|
capabilities = ["read"]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
path "platform/data/workloads/issue-core/issue-core/issue-core-runtime" {
|
|
|
|
|
capabilities = ["read"]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
path "platform/data/workloads/forgejo/forgejo-admin" {
|
|
|
|
|
capabilities = ["read"]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
path "platform/data/workloads/railiance/backup/offsite-lane" {
|
|
|
|
|
capabilities = ["read"]
|
|
|
|
|
}
|
|
|
|
|
|
2026-09-23 20:00:40 +02:00
|
|
|
# CCR-2026-0029 and CCR-2026-0030 / ACTIVITY-WP-0039-T02: ops_run queue worker tokens, one path
|
|
|
|
|
# per worker identity, read by ExternalSecret actcore-ops-run-worker-tokens.
|
|
|
|
|
path "platform/data/workloads/activity-core/ops-run-workers/rein-aharness-railiance01" {
|
|
|
|
|
capabilities = ["read"]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
path "platform/data/workloads/activity-core/ops-run-workers/rein-aharness-metered-railiance01" {
|
|
|
|
|
capabilities = ["read"]
|
|
|
|
|
}
|
|
|
|
|
|
2026-09-21 19:18:59 +02:00
|
|
|
path "auth/token/lookup-self" {
|
|
|
|
|
capabilities = ["read"]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
path "auth/token/revoke-self" {
|
|
|
|
|
capabilities = ["update"]
|
|
|
|
|
}
|