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

Add a user system where each user can manage their own cluster #710

Open
Jamel-jun opened this issue Jan 10, 2025 · 1 comment
Open

Add a user system where each user can manage their own cluster #710

Jamel-jun opened this issue Jan 10, 2025 · 1 comment
Labels
question Further information is requested

Comments

@Jamel-jun
Copy link

What would you like to be added?

Multi-user login is supported.
Data isolation between users allows users to manage clusters added by users

Why is this needed?

I want to use this product in my company, but I can't see the data between users.
For example, some users can only see a certain namespace, while others can see all of them.

@elliotxx
Copy link
Collaborator

elliotxx commented Jan 10, 2025

@Jamel-jun We previously considered this feature. In the current version, when the enableRbac switch is turned on, viewing and operating any function requires entering a token, which is the user's identity identifier. This token is associated with a ServiceAccount, and you can configure fine-grained resource access permissions for it.

Ref: https://www.kusionstack.io/karpor/next/getting-started/quick-start#enable-rbac-when-installing-karpor-optional

@elliotxx elliotxx added the question Further information is requested label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants