Is this a hashicorp vault policy so that it allows access to any resource and path within vault? I'm looking to enable an admin policy without granting root token access to anyone for obvious security reasons.
path "*" {
capabilities = ["create", "read", "update", "delete", "list", "sudo"]
}