cert-manager-alidns-webhook icon indicating copy to clipboard operation
cert-manager-alidns-webhook copied to clipboard

Cert-manager webhook to generate Let's Encrypt certificates over Alibaba Cloud DNS.

Results 10 cert-manager-alidns-webhook issues
Sort by recently updated
recently updated
newest added

``` --- # Source: alidns-webhook/templates/rbac.yaml apiVersion: v1 kind: ServiceAccount metadata: name: release-name-alidns-webhook labels: app: alidns-webhook chart: alidns-webhook-0.7.0 release: release-name heritage: Helm --- # Source: alidns-webhook/templates/rbac.yaml # Grant permissions to read...

把 cert-manager 升级到最新的 1.11.1 后,webhook 出现异常 webhook 版本: 0.7.0 后台报错日志如下: ``` I0408 13:50:42.646306 1 requestheader_controller.go:169] Starting RequestHeaderAuthRequestController I0408 13:50:42.646394 1 shared_informer.go:255] Waiting for caches to sync for RequestHeaderAuthRequestController I0408 13:50:42.646458...

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220319134239-a9b59b0215f8 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20220319134239-a9b59b0215f8&new-version=0.1.0)](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...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

Bumps [github.com/emicklei/go-restful](https://github.com/emicklei/go-restful) from 2.9.5+incompatible to 2.16.0+incompatible. Changelog Sourced from github.com/emicklei/go-restful's changelog. Change history of go-restful [v3.10.1] - 2022-11-19 fix broken 3.10.0 by using path package for joining paths [v3.10.0] -...

dependencies

![50448768-BADD-44dc-B82A-0A7AC4AA0342](https://github.com/DEVmachine-fr/cert-manager-alidns-webhook/assets/19440083/f43f3c2f-233d-4707-b7f5-90c21666c3c0)

cert-manager version: 1.14.5 I0529 10:36:33.256469 1 setup.go:225] "ACME server URL host and ACME private key registration host differ. Re-checking ACME account registration" logger="cert-manager.clusterissuers" resource_name="letsencrypt-ssl" resource_namespace="" resource_kind="ClusterIssuer" resource_version="v1" related_resource_name="letsencrypt-prs" related_resource_namespace="cert-manager" related_resource_kind="Secret"...

Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 44s default-scheduler Successfully assigned cert-manager/alidns-webhook-79f76779c7-8chd8 to k3s-02 Warning FailedMount 11s (x7 over 43s) kubelet MountVolume.SetUp failed for...

* Fixes from testing #29 * Adds logging via `klog/v2` to help w/ debugging nil pointers and bad credentials * Builds with Go 1.24 and latest Alpine, but only requires...