Skip to content
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

make propagation timeout configurable and use it for DNSEntry TTL #33

Merged
merged 1 commit into from
Jul 7, 2020

Conversation

MartinWeindel
Copy link
Member

What this PR does / why we need it:
On Alicloud DNS the DNS record with the DNS challenge is not propagated with the current fixed TTL setting of 30s.
With TTL of 60s it is propagated correctly to public DNS servers.
With this PR, the TTL is set to the propagation timeout of the DNS challenge.
This propagation timeout defaults to 60s.
Additionally it can set with the command line option --propagation-timeout.

Which issue(s) this PR fixes:
Fixes #32

Special notes for your reviewer:

Release note:

Fix propagation of DNS entry on Alicloud DNS by setting default TTL to 60s
New command line option `--propagation-timeout`

@MartinWeindel MartinWeindel added area/robustness Robustness, reliability, resilience related priority/critical Needs to be resolved soon, because it impacts users negatively platform/alicloud Alicloud platform/infrastructure labels Jul 7, 2020
@MartinWeindel MartinWeindel requested a review from a team as a code owner July 7, 2020 15:24
@gardener-robot-ci-1 gardener-robot-ci-1 added reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) and removed reviewed/ok-to-test Has approval for testing (check PR in detail before setting this label because PR is run on CI/CD) labels Jul 7, 2020
@MartinWeindel MartinWeindel merged commit f19dac7 into master Jul 7, 2020
@MartinWeindel MartinWeindel deleted the propagation-timeout branch July 7, 2020 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/robustness Robustness, reliability, resilience related needs/ok-to-test Needs approval for testing (check PR in detail before setting this label because PR is run on CI/CD) platform/alicloud Alicloud platform/infrastructure priority/critical Needs to be resolved soon, because it impacts users negatively
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Certificate service enable on alicloud , pending with preparing/waiting for successful DNS01 challenge
2 participants