Simon

Results 78 comments of Simon

> @foot refresh tokens have expiry but it is generally for a long duration Is that like 1d or 14d, does dex have a default here? > I get redirected...

> Is the id_token and the access_token configured to the same duration? Both seem to be 1h by default https://github.com/weaveworks/weave-gitops/blob/44cbabd49c37c81b21c4881cd98e7aeff3273e9e/pkg/server/auth/server.go#L84-L87

Thanks for the detailed issue 🙌 > Not even sure how that localhost bit happens As far as I understand it `footloose ssh` connects to the nodes via the port...

This would be great to have. It seems like it would be a fairly small change to move https://github.com/tilt-dev/tilt/blob/36bde8962ce24008f3e3b2b7f0eedd5d864a2dae/web/src/ResourceListOptionsContext.tsx#L30 from session to local storage to cover the "I have to...

Thanks for raising the issue! Sounds like HPA health checking could be improved. - Doing good health checking for built in k8s resources and at least flux resources too would...

Thanks for sharing your temp fix! Works great.

Trying to automate the `export const toc` trick mentioned in this issue description, I very naively hacked together ```js // Use cheerio as docusaurus uses it import * as cheerio...

We might already be reading some info out of this secret to generate the inventory list in the UI? https://github.com/weaveworks/weave-gitops/blob/08351ea31c48f0b8044f527bd2d7972aef4f3e55/core/server/helm_release.go#L21-L34

Hi @schdief > The graph view should also show the pods, because then I would see the old pod still running and the new pod failing to start due to...

Gotcha! So there is a bug here where we don't shoq the pods in the graph if the namespace differs from the kustomization. To the other point of showing the...