Skip to content
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

Open
danhuawang opened this issue Dec 24, 2024 · 4 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@danhuawang
Copy link
Contributor

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

image

Error message and/or stacktrace

N/A

How to reproduce

  1. Add user manager-a to metalake
  2. In the metalake created in step1, create a catalog use manager-a in Basic Auth, and set the password is empty
  3. The owner of the catalog in step2 isn't the manager-a which is expected.

Additional context

No response

@danhuawang danhuawang added the bug Something isn't working label Dec 24, 2024
@danhuawang
Copy link
Contributor Author

@jerqi Can you help check this issue?

@jerqi
Copy link
Contributor

jerqi commented Dec 24, 2024

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

This issue is easy to realize the authentication of Gravitino. I add the labels help wanted and good first issue.

@jerqi jerqi added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 24, 2024
@frankvicky
Copy link
Contributor

May I take over this issue ?

@jerqi
Copy link
Contributor

jerqi commented Dec 24, 2024

May I take over this issue ?

Assigned. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants