exoscale / cert-manager-webhook-exoscale

A cert-manager webhook for creating an ACME DNS01 solver webhook for Exoscale
Apache License 2.0
3 stars 3 forks source link

Bump dependencies #7

Closed jessicatoscani closed 1 year ago

jessicatoscani commented 1 year ago
TEST_ZONE_NAME=jessica.exoscale.me. go test -v .
=== RUN   TestRunsSuite
=== RUN   TestRunsSuite/Basic
=== RUN   TestRunsSuite/Basic/PresentRecord
    suite.go:38: Calling Present with ChallengeRequest: &v1alpha1.ChallengeRequest{UID:"", Action:"", Type:"", DNSName:"example.com", Key:"123d==", ResourceNamespace:"basic-present-record", ResolvedFQDN:"cert-manager-dns01-tests.jessica.exoscale.me.", ResolvedZone:"jessica.exoscale.me.", AllowAmbientCredentials:false, Config:(*v1.JSON)(0xc000124150)}
2023/08/16 09:54:47 [INFO] found client credentials in environment, ignoring config
2023/08/16 09:54:51 [INFO] found client credentials in environment, ignoring config
2023/08/16 09:54:55 [INFO] found client credentials in environment, ignoring config
2023/08/16 09:54:56 [INFO] domain record "cert-manager-dns01-tests" not found, nothing to do
=== RUN   TestRunsSuite/Extended
=== RUN   TestRunsSuite/Extended/DeletingOneRecordRetainsOthers
2023/08/16 09:55:01 [INFO] found client credentials in environment, ignoring config
2023/08/16 09:55:05 [INFO] found client credentials in environment, ignoring config
2023/08/16 09:55:08 [INFO] found client credentials in environment, ignoring config
2023/08/16 09:55:12 [INFO] found client credentials in environment, ignoring config
2023/08/16 09:55:13 [INFO] domain record "cert-manager-dns01-tests" not found, nothing to do
2023/08/16 09:55:13 [INFO] found client credentials in environment, ignoring config
--- PASS: TestRunsSuite (34.32s)
    --- PASS: TestRunsSuite/Basic (9.59s)
        --- PASS: TestRunsSuite/Basic/PresentRecord (9.59s)
    --- PASS: TestRunsSuite/Extended (16.78s)
        --- PASS: TestRunsSuite/Extended/DeletingOneRecordRetainsOthers (16.78s)
PASS
ok      github.com/exoscale/cert-manager-webhook-exoscale       (cached)