I would like the TOKEN to have the least-permissive setup but I can not find documentation of a token_policies that would work with medusa.
# List, create, update, and delete key/value secrets
path "secret/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}
Would this path be enough?
I would like the TOKEN to have the least-permissive setup but I can not find documentation of a
token_policiesthat would work with medusa.Would this path be enough?