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

Kubernetes dashboard asks for Bearer token #133

Open
mierea opened this issue Nov 18, 2024 · 2 comments
Open

Kubernetes dashboard asks for Bearer token #133

mierea opened this issue Nov 18, 2024 · 2 comments

Comments

@mierea
Copy link

mierea commented Nov 18, 2024

image

Dashboard was installed by:

kubectl delete ns kubernetes-dashboard
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard -f https://openunison.github.io/assets/yaml/kubernetes-dashboard-values.yaml --version 7.1.0

(version 7.1.0 of chart because newer ones fail with some csrf error)
OpenUnison was redeployed.

What am I doing wrong?

@mlbiam
Copy link
Contributor

mlbiam commented Nov 18, 2024

Did you add dashboard.new: true to your values.yaml for OpenUnison before redeploying? (https://openunison.github.io/deployauth/#the-kubernetes-dashboard)

@mierea
Copy link
Author

mierea commented Nov 20, 2024

I did (new: true, enabled: true) but its not working.
The only thing that i did not redeploy was the mariadb database I use for openunison. Is somethign saved there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants