tests/e2e: fix dex tests failing (#11761)
* tests/e2e: fix dex tests failing Signed-off-by: Jens Langhammer <jens@goauthentik.io> * force no special chars Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -7,8 +7,8 @@ staticClients:
|
||||
- id: example-app
|
||||
name: Example App
|
||||
redirectURIs:
|
||||
- {{ .Env.AK_REDIRECT_URL }}
|
||||
secret: {{ .Env.AK_CLIENT_SECRET }}
|
||||
- "{{ .Env.AK_REDIRECT_URL }}"
|
||||
secret: "{{ .Env.AK_CLIENT_SECRET }}"
|
||||
staticPasswords:
|
||||
- email: admin@example.com
|
||||
# hash for 'password', for testing
|
||||
|
||||
Reference in New Issue
Block a user