https://github.com/sr/cert-manager-webhook-dnsimple
DNSimple provider for cert-manager
https://github.com/sr/cert-manager-webhook-dnsimple
cert-manager cert-manager-webhook
Last synced: about 1 year ago
JSON representation
DNSimple provider for cert-manager
- Host: GitHub
- URL: https://github.com/sr/cert-manager-webhook-dnsimple
- Owner: sr
- License: bsd-3-clause
- Created: 2020-02-23T13:30:09.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T09:00:46.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T14:15:11.243Z (over 1 year ago)
- Topics: cert-manager, cert-manager-webhook
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cert-manager-webhook-dnsimple
[DNSimple](https://dnsimple.com) provider for [cert-manager](https://cert-manager.io/).
## Running the test suite
```bash
$ hack/hack/fetch-test-binaries.sh
$ TEST_ZONE_NAME="example.com." DNSIMPLE_ACCESS_TOKEN="" go test .
```