spire-controller-manager
spire-controller-manager copied to clipboard
Kubernetes controller manager that reconciles workload registration and federation relationships.
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.1 to 2.17.3. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.17.3 2.17.3 Fixes ginkgo watch now ignores hidden files [bde6e00] v2.17.2 2.17.2 Fixes fix: close files [32259c8] fix...
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.3 to 0.18.2. Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.18.2 What's Changed 🐛 Reintroduce AddMetricsServerExtraHandler on manager by @k8s-infra-cherrypick-robot in kubernetes-sigs/controller-runtime#2817 Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.18.1...v0.18.2 v0.18.1 What's Changed...
Bumps google.golang.org/protobuf from 1.33.0 to 1.34.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Would be nice to be able to run controller manager in its own Pod. This request came in as https://github.com/spiffe/helm-charts-hardened/issues/341 with the SPIRE helm charts. The linked ticket has some...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.0 to 1.33.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.33.1 1.33.1 Fixes fix confusing eventually docs [3a66379] Maintenance Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a] Changelog Sourced...
**Utilize go-version-file in GitHub Actions for Go Setup:** This PR updates our GitHub Actions by integrating `go-version-file` to specify the Go version during the setup process. This change ensures that...
Hello. We're at the moment considering migration from deprecated k8s-registrar to spire-controller-manager and we're facing few challenges: * No way to do a gradual migration / test changes in non-disruptive...
Would be nice to have a way to federate entries with other trust domain dynamically per entry, e.g. as it was working in k8s-registrar via `spiffe.io/federatesWith` annotation. I understand that...
We were wondering if spire-controller-manager can support multiple installations per cluster and according to documentation there is no way to do that. But while reading through the code we stumbled...
To ensure the SPIRE Controller Manager operates reliably, this issue proposes the implementation of a suite of integration tests. Adapting the existing demo to run automatically serves as an excellent...