-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Assign a default space to a kibana user #38817
Comments
To be clear, this is already the behavior of spaces and RBAC. If a user only has access to a single space, she will automatically be brought to that space upon login and does not see the space selector or any other spaces. So this feature is only useful when a user has access to many spaces but wants to always go directly to one of them in particular on login. |
This is not the behavior I am observing. I created a user and gave read access to a single space. This user is always presented with the space selector on login (I am using version 7.1). |
This sounds like a bug then, as the intended behavior is to show you only the spaces you have access to and to automatically bring you into your space if you only have access to one. Can you open an issue using the bug report template so we can get the relevant details including steps to reproduce? |
Pinging @elastic/kibana-security |
Sounds good - will do. |
Closing as a new issue will be filed with the bug template and recreation steps |
Can I still vote it for an enhancement candidate? “when a user has access to many spaces but always go directly to one of them in particular on login” |
Describe the feature: Kibana currently supports multiple spaces and multiple user accounts. Every time a user logs into Kibana, the user has to choose a space. The ask here is to allow a default space to be assigned to a user account, so that admins do not have to educate users which space they should select. It is also annoying for users to repeatedly have to select a space, if they only have privileges to one space.
Describe a specific use case for the feature:
The text was updated successfully, but these errors were encountered: