python / psf-salt

PSF infrastructure configuration
MIT License
115 stars 58 forks source link

fr.pycon.org redirection #531

Open JulienPalard opened 4 days ago

JulienPalard commented 4 days ago

Hi @cegerhardson, hi @ewdurbin, hope you're doing well!

Is that easy, PSF-side, to have a 301 from fr.pycon.org to pycon.fr, instead of a CNAME?

AFPy-side, fr.pycon.org is the only domain that we can't configure using DNS-01, as I'm trying to keep the playbooks as simple as possible I would be happy to drop this exception :)

Bests.

ewdurbin commented 3 days ago

Hi @JulienPalard, Chloe is no longer working on PSF infra.

pycon.org DNS is hosted on Route53, which doesn't have built in redirection, so the infra would have to live somewhere. such a redirect could be added to our haproxy instance here and the DNS for fr.pycon.org could be pointed there after a little downtime while a cert is issued.

If you want to offload the complexity, thats fine, but it has to live somewhere :)

JulienPalard commented 3 days ago

such a redirect could be added to our haproxy instance here and the DNS for fr.pycon.org could be pointed there after a little downtime while a cert is issued.

Looks good to me, I don't care about the downtime, it's almost unused, but there are old articles on websites around the web having links point to it.

If you want to offload the complexity, thats fine, but it has to live somewhere :)

If you feel like it's a two-line commit to salt with a negligible amount of human time on your side, and you're OK to do it, that would be nice. Else just don't hesitate to close the issue, we handled on our side so we can obviously continue.