integration: add traefik tests (#2530)

* integration: add traefik tests

* enable traefik

* add auth0
This commit is contained in:
Caleb Doxsey 2021-08-25 11:37:58 -06:00 committed by GitHub
parent 0a700d2816
commit ee2b2fefa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 11331 additions and 1 deletions

View file

@ -100,7 +100,7 @@ jobs:
matrix:
go-version: [1.17.x]
platform: [ubuntu-latest]
deployment: [multi, single]
deployment: [multi, single, traefik]
idp: [auth0, azure, github, gitlab, google, oidc, okta, onelogin, ping]
runs-on: ${{ matrix.platform }}
steps: