-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug report] The owner of the catalog is incorrect when using Basic Auth and Password is empty #5968
Comments
@jerqi Can you help check this issue? |
https://stackoverflow.com/questions/14247637/can-the-password-in-http-basic-be-optional The password and user can be optional. But it's necessary for our current implement. We should correct it. More information you can see Line 62 in 94ee0a3
This issue is easy to realize the authentication of Gravitino. I add the labels |
May I take over this issue ? |
Assigned. Thanks. |
…ct when using Basic Auth and Password is empty
…ct when using Basic Auth and Password is empty
Version
main branch
Describe what's wrong
Create catalog, use Basic Auth, and Password is empty, the creator is anonymous
actually the creator is expected to be the user: manager-a
Error message and/or stacktrace
N/A
How to reproduce
Additional context
No response
The text was updated successfully, but these errors were encountered: