Jens L.

Results 57 issues of Jens L.

The libtrust library always generates the `kid` like this ``` // KeyID returns a distinct identifier which is unique to this Public Key. // The format generated by this library...

area/auth

Add instrumentation for Django signals

enhancement
Status: Backlog
Integration: Django

Rancher's CLI tool allows you to run `rancher cluster kubeconfig ` and returns a kubeconfig YAML. CLI entrypoint is here https://github.com/rancher/cli/blob/7c7f747d32b2fe848d09dd90f95ef82bc9be25db/cmd/cluster.go#L474 That seems to call https://github.com/rancher/rancher/blob/ba4347297ef8984f629650979a1b3a470592f4da/pkg/client/generated/management/v3/zz_generated_cluster.go#L184 Not quite sure which...

(new pr since I created it from master and had to update the module import path to use it myself)

prepare more for web packages - fix some class names - correctly divide deps between normal and dev

While migrating some clusters to Flux, we accidentally had some deployments managed by two kustomizations. They both had different versions in the deployment, so every 10 minutes when flux would...