Skip to content

v1.2.11

Compare
Choose a tag to compare
@bschaatsbergen bschaatsbergen released this 01 Feb 09:25
· 163 commits to refs/heads/main since this release
e844baa

🚀 Enhancements

Add redirect to domain for unmatched requests @kpocius (#95)

what

  • Add default_url_redirect to google_compute_url_map when IAP is enabled

why

  • Even with IAP enabled, if you go to load balancer IP, you're taken straight to Atlantis UI, bypassing any authentication. This is because by default unmatched requests are handled by the default service

references