You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of this pull request, we can now select a namespace from the filter search bar on almost any page (pods, deployments, secrets, etc..) and all api calls are being scoped to that namespace. This is great since we don't have to modify / mange "accessible namespaces" for non-admin users. What I've noticed is this feature is not happening in the "cronjobs" tab, and I am still getting errors trying to access cronjobs when I filter to a certain namespace.
To Reproduce
Steps to reproduce the bug:
You have full access to "test" namespace and list all namespaces within the cluster
There is nothing configured in "accessible namespaces" setting
Create a cronjob in "test" namespace (ie use kubectl)
Go to cronjob tab on headlamp -> add "test" to the namespace filter
The UI seems to just load forever
Environment (please provide info about your environment):
Installation type: In cluster using helm
Headlamp Version: v0.27.0
Are you able to fix this issue?
No
Additional Context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
As of this pull request, we can now select a namespace from the filter search bar on almost any page (pods, deployments, secrets, etc..) and all api calls are being scoped to that namespace. This is great since we don't have to modify / mange "accessible namespaces" for non-admin users. What I've noticed is this feature is not happening in the "cronjobs" tab, and I am still getting errors trying to access cronjobs when I filter to a certain namespace.
To Reproduce
Steps to reproduce the bug:
Environment (please provide info about your environment):
Are you able to fix this issue?
No
Additional Context
N/A
The text was updated successfully, but these errors were encountered: