sighupio / permission-manager

Permission Manager is a project that brings sanity to Kubernetes RBAC and Users management, Web UI FTW
https://sighup.io/
BSD 3-Clause "New" or "Revised" License
1.31k stars 172 forks source link

Kubeconfig in UI missing certificate-authority-data value #89

Closed andrey-gava closed 3 years ago

andrey-gava commented 3 years ago

After update from v1.6.0 to 1.7.1-rc1 the value fro the key certificate-authority-data in kubeconfig are missing for new created user and old users too.

изображение

divanikus commented 3 years ago

Same thing, but fresh install of v1.7.1-rc1. Is there a quick fix for that?

andrey-gava commented 3 years ago

Same thing, but fresh install of v1.7.1-rc1. Is there a quick fix for that?

Until it fixed you can get it from your current config kubectl config view --raw -o json | jq -r '.clusters[0].cluster."certificate-authority-data"' | tr -d '"'

1Const1 commented 3 years ago

v1.7.1-rc1 - we have the same issue - empty certificate-authority-data

image: quay.io/sighup/permission-manager:v1.7.1-rc1

RestfulLeo23 commented 2 years ago

Any update on this?

paulrostorp commented 2 years ago

I managed to get it to work using the docker image tagged 9f717d02c3509607daf23481f3868888c163d0e4 (see https://quay.io/repository/sighup/permission-manager?tab=tags&tag=latest)

YFrendo commented 2 years ago

Same issue here. On a microk8s cluster (if it can help)

thegalah commented 1 year ago

@paulrostorp s solution worked for me