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

[Feature] Support for Creating Users with Hyphens in Their Names in Doris #47154

Open
2 of 3 tasks
lordk911 opened this issue Jan 17, 2025 · 0 comments
Open
2 of 3 tasks
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@lordk911
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Description

Context: In a lakehouse integration scenario, we are using Ranger for access control, where permissions are configured based on domain accounts. There are user IDs such as abc-y existing in Ranger. However, in Doris, it seems that there is no straightforward way to create users with names containing hyphens.

Problem: If Doris cannot create users with the exact same names as those in Ranger (including names with hyphens), it will lead to authentication and authorization failures. This is because the identity mapping between the two systems will be disrupted, and proper access control based on the Ranger - configured permissions for these users cannot be achieved in the Doris environment.

Use case

Feature Request: We request that Doris add support for creating users with names that include hyphens. This would ensure seamless integration with Ranger in the lakehouse setup, enabling accurate authentication and authorization based on the existing domain - account - based permissions configured in Ranger. This feature is crucial for maintaining the integrity of the overall security and access - control mechanism in the lakehouse environment.

Related issues

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@lordk911 lordk911 added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant