-
Notifications
You must be signed in to change notification settings - Fork 169
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
Option to pass Cluster Settings via Config for user Groups #1962
Comments
Nice! Happy to meet you!
Just slightly related, but we are improving how users get aware that they need to configure the list of "allowed" namespaces if they don't have permissions to list all namespaces.
Yeah. I think that makes sense. We will get to it.
Thank you. I will close it. |
Fixes: headlamp-k8s#1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Fixes: headlamp-k8s#1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Fixes: headlamp-k8s#1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
I was having the same issue, so I've made a pull request #2226 that adds a new page that displays the CRs and enables Namespace filtering, in order to maintain the namespace flow as in the workloads. I hope this helps. If you have any suggestions or improvements, please feel free to mention me or send me a message on Slack. 😄 |
Fixes: headlamp-k8s#1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Fixes: headlamp-k8s#1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Fixes: headlamp-k8s#1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Fixes: headlamp-k8s#1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Fixes: headlamp-k8s#1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Fixes: headlamp-k8s#1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Fixes: #1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Fixes: #1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
…resources. Fixes: #1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com> NOTE: Add prefix to the base commit title. Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
Fixes: #1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
…resources. Fixes: #1962 Signed-off-by: guilhane <guilhane.bourgoin@orange.com> NOTE: Add prefix to the base commit title. Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
These changes add a new view to show all instances for Custom Resources, even if the user doesn't have the the role to list CRDs for all namespaces. The majority of this patch is based on work by Guilhane <guilhane.bourgoin@orange.com>. fixes: #1962 Co-authored-by: guilhane <guilhane.bourgoin@orange.com> Co-authored-by: Oleksandr Dubenko <oldubenko@microsoft.com> Signed-off-by: guilhane <guilhane.bourgoin@orange.com> Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
These changes add a new view to show all instances for Custom Resources, even if the user doesn't have the the role to list CRDs for all namespaces. The majority of this patch is based on work by Guilhane <guilhane.bourgoin@orange.com>. fixes: #1962 Co-authored-by: guilhane <guilhane.bourgoin@orange.com> Co-authored-by: Oleksandr Dubenko <oldubenko@microsoft.com> Signed-off-by: guilhane <guilhane.bourgoin@orange.com> Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
These changes add a new view to show all instances for Custom Resources, even if the user doesn't have the the role to list CRDs for all namespaces. The majority of this patch is based on work by Guilhane <guilhane.bourgoin@orange.com>. fixes: #1962 Co-authored-by: guilhane <guilhane.bourgoin@orange.com> Co-authored-by: Oleksandr Dubenko <oldubenko@microsoft.com> Signed-off-by: guilhane <guilhane.bourgoin@orange.com> Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>
Hello! We're delighted users of Headlamp!
Our objective is to provide users with the capability to view their Resource Status and Definitions without necessitating the development of a custom UI. It's important to note that our users possess restricted access limited to their respective Namespace.
We've been actively utilizing Custom Resources, and to facilitate their access via Headlamp while maintaining restricted permissions, we need to configure the namespace within the cluster settings under allowed Namespaces otherwise if not possible it would be greate to have an option to filter namespaces in the CustomResource Overview like it is possible with Workloads.
I found this issue which i can confirm is fixed and described a similar problem: #1553
The text was updated successfully, but these errors were encountered: