Authorization #4746
-
Hi, In Kubernetes 1.24 tokens are not created for service accounts. So the authorization procedure in the documentation no longer works:
So I created service account "example" like above, and then created a token with token.yml:
I then apply this yaml:
I can now see the token with However, this token does not get me into the kubeapps dashboard. It does get me into the standard kubernetes dasboard Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks for pointing this out! Even if Kubeapps officially does not support k8s 1.24 yet (our policy is to actively support those versions in here) we are aware of this change in k8s and we have already planned to analyze the impact. I'll try to repro the issue in a local 1.24 k8s cluster and I'll get back to you! |
Beta Was this translation helpful? Give feedback.
-
Hi @Wouter053 . I just tested this out and seemed to work fine for me, doing something similar to what you'd done above. Can you check the instructions that I've included in the update at #4772 please? Though I think it's the same/similar to what you tried, it worked fine for me in both 1.24 and 1.21, so I suspect something else on your cluster. Let me know how you go after you try the updated instructions in that PR please. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @Wouter053 . I just tested this out and seemed to work fine for me, doing something similar to what you'd done above. Can you check the instructions that I've included in the update at #4772 please? Though I think it's the same/similar to what you tried, it worked fine for me in both 1.24 and 1.21, so I suspect something else on your cluster. Let me know how you go after you try the updated instructions in that PR please. Thanks!