Sebastian Florek

Results 220 comments of Sebastian Florek

Technically the only thing we need is access to the Kubernetes API so it should be possible to use the `restricted` mode. We'd have to investigate and test it.

This tooltip always shows the UTC time of the server AFAIR. This is just a plain `creationTimestamp` field of the resource. We can add UTC information there for clarity.

I am not sure how we could save the state on our side if the proxy redirects to the OIDC login page first without ever hitting Dashboard. The proxy should...

We are still in the process of moving to the GraphQL API. I don't think this is a good idea to start creating e2e tests at this point.

> > We are still in the process of moving to the GraphQL API. I don't think this is a good idea to start creating e2e tests at this point....

Can you check if `api/v1/me` request from your browser contains `Authorization: Bearer ` header? It somehow looks like header is not there and `/me` endpoint cannot validate user.

I don't know what but something on your side must be dropping headers from the request. Another option is that token size somehow exceeds 4kB and is too big, but...

That's either a configuration issue or a duplicate of https://github.com/kubernetes/dashboard/issues/8794 /close

Check `resource refresh time` on the Settings view. By default, it is 10 seconds. It might not be enough to fetch a big amount of data. Extend it to 1...

Ye, that is the default value. Increase it until you will not see any requests being cancelled in the network tab.