This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Use DNSProvider secret ref in DNSPolicy #406
Comments
maleck13
changed the title
Lookup zones from provider instead of ManagedZones
Use DNSProvider secret ref in DNSPolicy
Sep 26, 2023
4 tasks
This issue is stale because it has been open for 60 days with no activity. |
This issue is stale because it has been open for 60 days with no activity. |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
9 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Could alternately be be called "Remove ManagedZones API" but we might not want to do that. We do however want to remove the lookup of ManagedZones during the processing of Gateway listeners in favour of matching up hostnames to zones currently accessible in the configured dns provider.
Related Investigation task: #382
POC removing ManagedZones: mikenairn@3aa68f8
What
Remove the requirement for a ManagedZone to be configured for a host in order for the DNSPolicy to create dns records for it.
How
Replace the logic where we try and find a matching zone by looking up ManagedZones in favour of just listing zones in the currently configured dns Provider.
zoneIDilter
to limit what zones we want to work with fromExamples:
Secret:
DNSPolicy:
DNSRecord:
The text was updated successfully, but these errors were encountered: