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

Service Accounts named 'default' are hard to distinguish when using the dashboard UI search #62

Open
oguzhan-yilmaz opened this issue Oct 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@oguzhan-yilmaz
Copy link

Is your feature request related to a problem? Please describe.
I can not see which namespace a Service Account belongs to while searching for it on the UI using the 'Kubernetes Service Account Detail' dashboard.
I came across this issue when trying to find the default Service Account for a namespace.

Describe the solution you'd like
Search shows some additional context like which cluster it's in, and I'd like it to have the namespace info too.

Additional context

Here's a screenshot of searching for the default namespace:
Image

The related code, I think, can be found here:

query "service_account_input" {
sql = <<-EOQ
select
title as label,
uid as value,
json_build_object(
'context_name', context_name
) as tags
from
kubernetes_service_account
order by
title;
EOQ
}

@oguzhan-yilmaz oguzhan-yilmaz added the enhancement New feature or request label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant