Skip to content

0.10.0 Fix atlantis URL

Choose a tag to compare

@aknysh aknysh released this 18 May 03:32
fc116f5

what

  • Fix atlantis URL

why

  • atlantis_webhook_url (e.g. https://atlantis.domain.com/events) is not the same as atlantis server URL (e.g. https://atlantis.domain.com)
  • atlantis_webhook_url was written to SSM parameter store, and then sent to the atlantis server as atlantis URL (via ENV var), the atlantis server ending up generating wrong URLs in the UI (with /events added to all URLs on the page as prefix) - the UI did not work correctly