You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could someone explain me, why responses differs? When user does not have any permissions for db, empty response is returned: {"results":[{"series":[{"columns":["database","privilege"]}]}]}
After granting and revoking privileges, influx returns: {"results":[{"series":[{"columns":["database","privilege"],"values":[["DatabaseName","NO PRIVILEGES"]]}]}]}
And the other thing: privilege requests require ALL keyword for all privileges, but responses contain ALL PRIVILEGES. READ and WRITE do not have such mutation in responses. Isn't it better to have some defined convention?