Hello, I need sudo/root access to everythin with my account. I don’t care about security, I just need root policy, how to create it? I tried path "sys/*"
but it doesn’t work throws
Ember Data Request GET /v1/sys/auth returned a 403 Payload (application/json) [object Object]
1 error occurred: * permission denied
I know I can’t assign “root” policy to userpass auth method, that’s why I’m trying to create similiar policy with sudo capabilities in all paths. I tried wildcard path “*” but it doesn’t work with sys too…