Skip to content

Commit 717b17d

Browse files
author
Liyang Wang
authored
Merge branch 'master' into fix_apiserver
Signed-off-by: Liyang Wang <liyang.wang@Ibm.com>
2 parents f52c00c + 0dcb653 commit 717b17d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ Cert Manager's ACME (automated certificate management environment) issuer type s
44
to implement custom DNS01 challenge solving logic.
55

66
IBM Cloud Internet Services is not officially supported in cert-manager core, so if you want to automatically provision certificates with cert-manager using DNS challenges, you can use this repository to do so.
7+
=======
8+
This is useful if you need to use cert-manager with a DNS provider that is not
9+
officially supported in cert-manager core.
10+
11+
## Why not in core?
12+
13+
As the project & adoption has grown, there has been an influx of DNS provider
14+
pull requests to our core codebase. As this number has grown, the test matrix
15+
has become un-maintainable and so, it's not possible for us to certify that
16+
providers work to a sufficient level.
17+
18+
By creating this 'interface' between cert-manager and DNS providers, we allow
19+
users to quickly iterate and test out new integrations, and then packaging
20+
those up themselves as 'extensions' to cert-manager.
21+
22+
We can also then provide a standardised 'testing framework', or set of
23+
conformance tests, which allow us to validate that a DNS provider works as
24+
expected.
725

826
## Usage
927

0 commit comments

Comments
 (0)