I want to create a user with limited authority, who can visit and wirite in only one specify bucket.
refer to create user I execute the fellow:
.\influx user create --name test --password ExAmPl3PA55W0rD --org-id org_id
but 401 error occur as fellow:
how should I do to create the user?
Thanks