Replies: 1 comment 1 reply
-
As described in
There is no other way to do this currently. The only way to skip login view is to provide auth header in the request to Dashboard via some kind of proxy. It can use hardcoded token or authenticate user first to get user-specific token. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there Easy ways to config clusterReadOnlyRole with kubernetes-dashboard 7.1.x, without external reverse proxy.
I have tried to create cluster readonly role, sc, rb myself like it in version helm chart 6.x.
then create service-account-token secret and use kong plugin request-transformer to add header Authorization: Bearer.
The only way I found successful was change kong gateway configmap as below:
also tried to use annotations konghq.com/plugins but it seems not work
both these ways need hard code or change the helm charts resource, any better ideas ?
Beta Was this translation helpful? Give feedback.
All reactions