Skip to content

Commit 5a41ed0

Browse files
committed
update adminlist
1 parent e5687fd commit 5a41ed0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/docker-compose-wcs.yml

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

0 commit comments

Comments
 (0)