Allow bounded ESO token self-validation and cleanup
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a06ecb-456a-71c2-b41e-0755d336e883
This commit is contained in:
parent
238d261536
commit
9c86983f1a
5 changed files with 29 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
|||
path "platform/data/workloads/state-hub/repository-rename-preflight" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
||||
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