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

Add support for reconciling Gateway Listeners #46

Closed
Tracked by #38
maleck13 opened this issue Feb 2, 2023 · 3 comments · Fixed by #84
Closed
Tracked by #38

Add support for reconciling Gateway Listeners #46

maleck13 opened this issue Feb 2, 2023 · 3 comments · Fixed by #84
Assignees

Comments

@maleck13
Copy link
Contributor

maleck13 commented Feb 2, 2023

What

The gateway controller in the traffic controller, will need to reconcile the listeners defined in the gateway. For each listener the following requirements have been identified

  • Check if the host is part of a managed zone for that tenant
  • If not then it can be ignored
  • ensure there is a certificate for the host specified (if it is a wildcard host the cert should be a wildcard cert)
  • ensure there is a DNSRecord based on the LB status in the gateway (only once the certificate is ready)
@david-martin
Copy link
Contributor

@maleck13 is this different from #53

@maleck13
Copy link
Contributor Author

No but I guess this one has more info? so close 53?

@david-martin
Copy link
Contributor

Agreed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done out of iteration
Development

Successfully merging a pull request may close this issue.

2 participants