-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Godaddy dns provider #1084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Godaddy dns provider #1084
Conversation
|
Hi @ndemeshchenko. Thanks for your PR. I'm waiting for a jetstack or cert-manager member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com>
Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com>
01a8204 to
6db6ac5
Compare
|
@wallrj , this is blocking us as we would like to use wildcard certs with godaddy as the DNS provider. |
Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com>
|
@wallrj , what do we need to do to get this PR approved? |
Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com> Update godaddy.go Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com> Fix subkey name in documentation Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ndemeshchenko If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@ndemeshchenko , please signoff the DCO to get this merged |
9095189 to
b143706
Compare
Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com>
Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com>
Rebase from jetstack Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com>
Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com> * 'master' of github.com:ndemeshchenko/cert-manager:
Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com>
Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com>
Rebase from jetstack Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com>
Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com> * 'master' of github.com:ndemeshchenko/cert-manager:
Signed-off-by: Mykyta Demeshchenko <nikita.demeshchenko@gmail.com>
|
any update on this?! really would like to use it ASAP! |
|
@ndemeshchenko: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
If i read this correctly, this branch was created, rebased, approved, time has passed, it had to be rebased again, it was rebased again, time has passed, it had to be rebased again, it was rebased again, time has passed, it had to be rebased again could one of the team-members hit the merge button after the next rebase? |
|
This PR will not be merged into the repo in its current form - we have recently extended out the DNS provider code to allow for out of tree DNS providers, as we as a small development team are unable to maintain and manage automated testing for such a large number of DNS01 providers. More info can be read here: https://groups.google.com/forum/#!topic/cert-manager-dev/CgoMxSP6DSI This information should have been posted on this PR around the same time as being posted to the mailing list - it appears we missed this one! I am intending to go through all DNS01 provider PRs over the next week or so, closing them and advising how someone can create their own DNS01 webhook provider. We currently have a working webhook 'example repo' here: https://github.com/jetstack/cert-manager-webhook-example, as well as a test suite that DNS provider developers can run against their own code to ensure their webhook is 'conformant'. There will be better documentation produced for the new webhook code over the coming weeks too - this particular feature has been a long time coming, and probably should have been done a long time ago (there are upwards of 15 DNS provider PRs currently open against this repo!) |
|
thank you for pointing this out and clarifications :) |
|
@munnerz Thanks for your response. |
|
Hi @ndemeshchenko, did you ever create a webhook version? |
What this PR does / why we need it:
Add Godaddy as a DNS01 provider
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #closes #1083
Special notes for your reviewer:
Release note: