error message is misleading, the real reason is "org.apache.gravitino.exceptions.NoSuchEntityException: No such metalake entity: ztb" #8779
Unanswered
zuotingbing
asked this question in
Q&A
Replies: 2 comments
-
|
version 1.0.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i set gravitino.authorization.enable = true, and add a user
curl -X POST -H "Content-Type: application/json" -d '{ "name": "Staff" }' http://localhost:8090/api/metalakes/ztb/users
return the error message like this which is misleading
{"code":1008,"type":"ForbiddenException","message":"User 'anonymous' is not authorized to perform operation 'addUser' on metadata 'ztb'"}
Beta Was this translation helpful? Give feedback.
All reactions