Maël Valais
Maël Valais
Hey, Good news, the Vault JWT Auth was recently documented in https://github.com/cert-manager/website/pull/1504: https://cert-manager.io/docs/configuration/vault/#option-1-vault-authentication-method-use-jwtoidc-auth
It is unfortunate that it is possible to set an alias for JKS bundles (https://github.com/cert-manager/cert-manager/pull/6807) since cert-manager 1.15, but the same feature can't be implemented for PKCS#12 due to https://github.com/SSLMate/go-pkcs12/issues/34...
@tfadeyi Can you review and merge this? Thanks!
Hey, thanks for submitting your PR! I'll enable CI for your PR. /ok-to-test
Thanks Tim! I've tried to do a full end-to-end test using openshift-router. I've taken inspiration from https://github.com/cert-manager/openshift-routes/pull/27#pullrequestreview-1418666685. ```bash kind create cluster --image=kindest/node:v1.29.2 helm upgrade -i cert-manager jetstack/cert-manager -n cert-manager --create-namespace...
@inteon Let's wait until we have a good story around the static manifest that was removed: https://github.com/cert-manager/openshift-routes/issues/73
@jacksgt Would you be able to test this alpha? 🙏 ```bash helm upgrade -i openshift-routes -n cert-manager \ oci://ghcr.io/cert-manager/charts/openshift-routes --version 0.6.0-alpha.0 ```
Hey Richard, great job with adding unit tests around the logs. I really appreciate the effort. Thanks to you, I can just run `go test -v` to check what the...
@wallrj I've reviewed your PR and made some small adjustments: - In d9afd9508612005ca77ebfd556538c1076e59da4, I moved everything to slog (it was pretty easy). We can later migrate every `logs.Log.Printf` with `slog.Info`....
## Updates After Two Months In July 2024, the [Contributor Strategy Review document](https://github.com/cncf/tag-contributor-strategy/pull/694) listed 4 "partially complete" governance areas: Governance Area | Coverage | Documents | Finding Notes -- |...