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 Disable Secret Values in Kubernees Dashboard UI #9340

Open
mikeNetHopper opened this issue Aug 5, 2024 · 1 comment
Open

Option to Disable Secret Values in Kubernees Dashboard UI #9340

mikeNetHopper opened this issue Aug 5, 2024 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@mikeNetHopper
Copy link

What would you like to be added?

I would love the ability to leave out the value of secrets or asterisk them out when viewing secrets in the kubernetes dashboard ui. Seems like it could be a relatively easy addition just not feeding the values to the UI.

Why is this needed?

It allows for increased security in clusters and peace of mind that ever changing resource additions/subtractions/types don't need to always need to be managed/accounted for with ultra specific RBAC.

@mikeNetHopper mikeNetHopper added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 5, 2024
@floreks
Copy link
Member

floreks commented Aug 9, 2024

Force hiding secret values only on the UI side wouldn't increase security since it would be just a workaround. API would still send full response and it would be as easy as checking the networking tab to see it. The only proper way of managing that is through Kubernetes native features such as RBACs. Dashboard is basically just a proxy to the K8S API server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants