Tim Ramlot
Tim Ramlot
Moves all the source logic to the same directory, making it easier to understand and refactor in the future. (1/4) PR chain: - https://github.com/kubernetes-sigs/controller-runtime/pull/2685 - https://github.com/kubernetes-sigs/controller-runtime/pull/2686 - https://github.com/kubernetes-sigs/controller-runtime/pull/2315 - https://github.com/kubernetes-sigs/controller-runtime/pull/2159
ref: https://github.com/cert-manager/makefile-modules/issues/3
The `addStartEndToArray` function was missing for the `p.IpSanRegExs` `p.EmailSanRegExs` `ct.SanRfc822NameRegexes` and `ct.SanUniformResourceIdentifierRegexes` fields. `addStartEndToArray` also changed the policy because it created an empty slice for a nil input (instead of...
For the VaaS integration, vcert unconditionally calls the DEK API endpoints. Similarly to the TPP implementation, we can only call the DEK API calls when a ServiceGeneratedCSR is requested. This...
Enforce uniform import ordering in all PRs (preventing unnecessary changes in PRs due to import re-ordering). NOTE: I had to upgrade the go version in go.mod to fix golangci-lint failing.
This PR fixes a TODO in the VCert code.
fixes https://github.com/kubernetes-sigs/structured-merge-diff/issues/202 Replaces "github.com/json-iterator/go" with "sigs.k8s.io/json" and "encoding/json". TODO: compare benchmarks before and after
Checked all found issues and applied fixes/ #nosec statements. Now that all issues are fixed, I removed the gosec linter from the ignored section so future issues will be detected.
Checked all found issues and applied fixes/ #nosec statements. Now that all issues are fixed, I removed the gosec linter from the ignored section so future issues will be detected.