Establish scoped KeyCape factor custody and verified automatic renewal
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
parent
b75729b799
commit
2e2c31d237
22 changed files with 1169 additions and 1 deletions
11
openbao/policies/keycape-factor-renewer.hcl
Normal file
11
openbao/policies/keycape-factor-renewer.hcl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Dedicated renewable service password read and JWT-only publish.
|
||||
path "platform/data/workloads/net-kingdom/keycape-factor-issuer" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
path "platform/data/workloads/net-kingdom/keycape-factor-read" {
|
||||
capabilities = ["read", "create", "update"]
|
||||
}
|
||||
|
||||
path "auth/token/revoke-self" {
|
||||
capabilities = ["update"]
|
||||
}
|
||||
16
openbao/policies/workload-kv-read-keycape-factor-read.hcl
Normal file
16
openbao/policies/workload-kv-read-keycape-factor-read.hcl
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Exact-path JWT delivery; no issuer password or sibling paths.
|
||||
path "platform/data/workloads/net-kingdom/keycape-factor-read" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
path "platform/metadata/workloads/net-kingdom/keycape-factor-read" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
||||
# ESO validates its own short-lived workload session.
|
||||
path "auth/token/lookup-self" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
||||
path "auth/token/revoke-self" {
|
||||
capabilities = ["update"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue