Skip to content

Commit b9bdb0c

Browse files
authored
ci: update dummy WCS email in docker-compose-wcs.yaml (#282)
1 parent 40bed7a commit b9bdb0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/docker-compose-wcs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ services:
2323
AUTHENTICATION_OIDC_USERNAME_CLAIM: 'email'
2424
AUTHENTICATION_OIDC_GROUPS_CLAIM: 'groups'
2525
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
26-
AUTHORIZATION_ADMINLIST_USERS: 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net'
26+
AUTHORIZATION_ADMINLIST_USERS: 'oidc-test-user@weaviate.io'
2727
AUTHENTICATION_OIDC_SCOPES: 'openid,email'
2828
AUTHENTICATION_APIKEY_ENABLED: 'true'
2929
AUTHENTICATION_APIKEY_ALLOWED_KEYS: 'my-secret-key'
30-
AUTHENTICATION_APIKEY_USERS: 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net'
30+
AUTHENTICATION_APIKEY_USERS: 'oidc-test-user@weaviate.io'
3131
DISABLE_TELEMETRY: 'true'
3232
...

0 commit comments

Comments
 (0)