Kevin McDermott
Kevin McDermott
The HTTP endpoint should be able to ensure the provenance of incoming requests from the `generic` provider. GitHub and GitLab use a shared-secret mechanism, where the outgoing requests have a...
**What this PR does / why we need it**: This adds templating to CRS objects as they are being inserted into the remote cluster. Standard Go templating is used, and...
Closes: enterprise/1029 **What changed?** This adds a slightly different OIDC JWT Passthrough, that extracts the token, verifies it by extracting it, but passes it onto the upstream Kubernetes, rather than...
This change updates the dependencies and fixes the test to run with the updated code and dependencies, specifically this removes a dependency on github.com/fluxcd/toolkit which was bringing in an old...
It'd be nice (especially if migrating a project between orgs) to be able to run `gomove` and have it change the go.mod if necessary. Not sure if this should be...
**Describe the bug** With recent changes to Flux in [v2.2.0](https://github.com/fluxcd/flux2/releases/tag/v2.2.0) parsing of the inventory of HelmReleases is not working. This will be apparent when viewing a `HelmRelease` managed by a...
Currently, we have a logout which takes you to the signin screen. We should remove this when there's no authentication.
**What changed?** In preparation for removing Pendo completely, this removes the code that sets it up in the dashboard, and makes it harder to enable. **Why was this change made?**...
**Describe the bug** When TLS is disabled, authentication tokens are transmitted without encryption. **Is this a UI bug or a server bug?** - [X] UI - [X] Server **What is...
## Issue: Fixes: #45010 Fixes: #45005 ## Problem The upstream package (github.com/manicminer/hamilton) was dropping errors from the underlying Go HTTP Transport, this was being reported by the Go HTTP Client...