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

TLSPolicy is not enforced with multicluster and Azure DNS #913

Open
averevki opened this issue Oct 7, 2024 · 0 comments
Open

TLSPolicy is not enforced with multicluster and Azure DNS #913

averevki opened this issue Oct 7, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@averevki
Copy link

averevki commented Oct 7, 2024

I have a problem when trying to set up TLS Policies on multicluster with Azure DNS. One of the TLS Policies gets enforced, and the other one does not. I'm continuously getting the following lines from the cert-manager on not enforced cluster:
E1007 11:57:01.921774 1 sync.go:190] "propagation check failed" err="DNS record for \"95m6ow0.azure.something.net\" not yet propagated" logger="cert-manager.challenges" resource_name="gw-averevki--mslh-tls-1-2594030270-2480175981" resource_namespace="kuadrant" resource_kind="Challenge" resource_version="v1" dnsName="95m6ow0.azure.something.net" type="DNS-01". Not enforced TLSPolicy just shows that the certificate is not ready.

I believe it has something to do with acme challenges (race condition?). We are using the DNS 01 challenge to issue Let's Encrypt certificates. It's always the first policy I'm creating that is failing, and if I wait around a minute between their creation (after around that time acme challenge on the first cluster is completed), all is enforced successfully. There are no issues with the same setup and other DNS providers

Kuadrant operator catalog image tag: nightly-07-10-2024

@averevki averevki added the kind/bug Something isn't working label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant