12 lines
216 B
HCL
12 lines
216 B
HCL
|
|
path "platform/data/workloads/target-revenue/runtime-secrets" {
|
||
|
|
capabilities = ["read"]
|
||
|
|
}
|
||
|
|
|
||
|
|
path "auth/token/lookup-self" {
|
||
|
|
capabilities = ["read"]
|
||
|
|
}
|
||
|
|
|
||
|
|
path "auth/token/revoke-self" {
|
||
|
|
capabilities = ["update"]
|
||
|
|
}
|