Skip to content

v1.1.0

Compare
Choose a tag to compare
@bschaatsbergen bschaatsbergen released this 07 Jan 19:37
· 146 commits to refs/heads/main since this release
c6fcb82
Add Identity-Aware Proxy support @bschaatsbergen (#78)

Closes #34

what

  • Added a new variable iap, that's used to configure Identity-Aware Proxy on a new backend.
  • If the iap var is set, we route everything but /events over the IAP protected backend.
  • /events is excluded as it's used to handle inbound webhook requests.

why

  • Users should be offered an alternative to the basic auth authentication provided by Atlantis.
  • Preferably a Google Cloud native authentication service.

references