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

Option to pass Cluster Settings via Config for user Groups #1962

Closed
derbauer97 opened this issue May 6, 2024 · 2 comments · Fixed by #2356
Closed

Option to pass Cluster Settings via Config for user Groups #1962

derbauer97 opened this issue May 6, 2024 · 2 comments · Fixed by #2356
Milestone

Comments

@derbauer97
Copy link

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

@joaquimrocha
Copy link
Collaborator

Hello! We're delighted users of Headlamp!

Nice! Happy to meet you!

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.

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.

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.

Yeah. I think that makes sense. We will get to it.

I found this issue which i can confirm is fixed and described a similar problem: #1553

Thank you. I will close it.

Guilamb added a commit to orange-cloudfoundry/headlamp that referenced this issue Aug 1, 2024
Fixes: headlamp-k8s#1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Guilamb added a commit to orange-cloudfoundry/headlamp that referenced this issue Aug 1, 2024
Fixes: headlamp-k8s#1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Guilamb added a commit to orange-cloudfoundry/headlamp that referenced this issue Aug 1, 2024
Fixes: headlamp-k8s#1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
@Guilamb
Copy link
Contributor

Guilamb commented Aug 1, 2024

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. 😄

Guilamb added a commit to orange-cloudfoundry/headlamp that referenced this issue Aug 1, 2024
Fixes: headlamp-k8s#1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Guilamb added a commit to orange-cloudfoundry/headlamp that referenced this issue Aug 1, 2024
Fixes: headlamp-k8s#1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Guilamb added a commit to orange-cloudfoundry/headlamp that referenced this issue Aug 2, 2024
Fixes: headlamp-k8s#1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Guilamb added a commit to orange-cloudfoundry/headlamp that referenced this issue Aug 27, 2024
Fixes: headlamp-k8s#1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Guilamb added a commit to orange-cloudfoundry/headlamp that referenced this issue Aug 28, 2024
Fixes: headlamp-k8s#1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
Guilamb added a commit to orange-cloudfoundry/headlamp that referenced this issue Aug 28, 2024
Fixes: headlamp-k8s#1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
ashu8912 pushed a commit that referenced this issue Sep 19, 2024
Fixes: #1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
joaquimrocha pushed a commit that referenced this issue Sep 26, 2024
Fixes: #1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
@joaquimrocha joaquimrocha moved this from Queued to In Progress in Release Plan / Roadmap Sep 26, 2024
@joaquimrocha joaquimrocha added this to the v0.26.0 milestone Sep 26, 2024
joaquimrocha added a commit that referenced this issue Sep 27, 2024
…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>
joaquimrocha pushed a commit that referenced this issue Oct 2, 2024
Fixes: #1962
Signed-off-by: guilhane <guilhane.bourgoin@orange.com>
joaquimrocha added a commit that referenced this issue Oct 2, 2024
…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>
joaquimrocha added a commit that referenced this issue Oct 2, 2024
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>
joaquimrocha added a commit that referenced this issue Oct 2, 2024
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>
joaquimrocha added a commit that referenced this issue Oct 2, 2024
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>
@github-project-automation github-project-automation bot moved this from In Progress to Done in Release Plan / Roadmap Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
3 participants