Joakim Ahrlin

Results 8 issues of Joakim Ahrlin

Project Name: cert-manager Github URL: https://github.com/cert-manager/cert-manager CNCF project stage and issue (NA if not applicable): sandbox, working towards incubation Security Provider: yes - [ ] Identify team - [ ]...

assessment
inactive

Hello! [cert-manager](https://github.com/cert-manager/cert-manager) uses a few MPL licensed hashicorp libraries that are not listed in the [CNCF exception list](https://github.com/cncf/foundation/blob/main/license-exceptions/cncf-exceptions-2019-11-01.json). We would like to have these added to the list of exceptions,...

licensing

**Describe the bug**: This is a follow-up for https://github.com/cert-manager/cert-manager/issues/5154 This PR adds a "readiness" check for Venafi Issuers https://github.com/cert-manager/cert-manager/pull/5185 Currently this will only happen when issuers related secrets are created...

kind/bug
lifecycle/stale

This is a tracking issue for the CNCF incubation of cert-manager **Tasks** - [x] Open incubation proposal PR: https://github.com/cncf/toc/pull/786 - [x] Get a sponsor: https://github.com/cncf/toc/pull/786#issuecomment-1055527143 - [x] Collect DD materials...

priority/important-soon
lifecycle/stale

**Describe the bug**: [This PR](https://github.com/cert-manager/cert-manager/issues/5154) adds credential verification to Venafi issuers by remote HTTP calls. These calls should be instrumented by wrapping them in https://github.com/cert-manager/cert-manager/blob/master/pkg/issuer/venafi/client/instrumentedvenaficlient.go The fix requires some unravelling...

kind/bug
lifecycle/stale

Similar to https://github.com/cert-manager/website/issues/1061, we need to document the offboarding process for maintainers. This includes things such as: * Updaing OWNERS files * Removing them from relevant Google groups * Removing...

Our current process for onboarding new maintainers to cert-manager is quite manual and involves many steps, making it error prone. We need to document the steps that need to be...

Cilium has a few example configurations in their repo, including one for Cilium ingress + TLS with self-signed certificates: https://github.com/cilium/cilium-service-mesh-beta/blob/main/kubernetes-ingress/tls.md We want to create another example with the same format...