krogebry / ironbark-k8s-self-service

Self service portal for provisioning k8s namespaces
0 stars 2 forks source link

UI should only show certain namespaces #43

Closed krogebry closed 8 months ago

krogebry commented 8 months ago

We only want to show namespaces which are created by users. Since we're not using any kind of authentication, we can't "know" who is using the site at any given time, so we're not going to worry about only listing namespaces which are owned by the current user.

DoD