Yiannis Triantafyllopoulos
Yiannis Triantafyllopoulos
Hi, I'm following your [guide](https://help.disqus.com/customer/portal/articles/472096) to display disqus comments on my Android app. It works fine for the most part as comments are being displayed nicely. However, I can't get...
**What changed?** Documentation **Why was this change made?** To explain how to setup permissions for Delivery UI **How was this change implemented?** N/A **How did you validate the change?** N/A...
During a security review of the auth code we identified the following improvements: - [x] `JWTAuthorizationHeaderPrincipalGetter` is not currently used and may be removed - [x] `offline` scope is not...
We want to introduce fuzz tests against tf-controller in order to further improve its quality. Flux controllers already do that so we should adopt the same approach. In short we...
Follow-up from #665 This should run in CI under the `e2e` workflow as a separate job. The majority of the test execution code should be invoked as a make target...
Follow up issue from https://github.com/weaveworks/weave-gitops/pull/4098 Some Flux source objects (`HelmRelease` and `HelmChart`) show nothing in the Status column because the API, does not evaluate their status yet. We need to...
Tracking issue for: - [ ] https://github.com/weaveworks/weave-gitops/security/code-scanning/3886
**Describe the bug** Whenever we make a new release, the new Helm chart is published before the images get pushed to ghcr.io. Pushing a new Helm chart version should be...
We have an outstanding TODO in core/clustermngr/cluster/delegating_cache.go#69 ``` // Non-exact field matches are not supported by the cache. // https://github.com/kubernetes-sigs/controller-runtime/issues/612 // TODO: Research if we can change the way we...
We need to inform users about which versions of Flux and Kubernetes, each new version of Weave GitOps supports. This should be part of each release and mentioned in the...