We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bed7a commit b9bdb0cCopy full SHA for b9bdb0c
ci/docker-compose-wcs.yml
@@ -23,10 +23,10 @@ services:
23
AUTHENTICATION_OIDC_USERNAME_CLAIM: 'email'
24
AUTHENTICATION_OIDC_GROUPS_CLAIM: 'groups'
25
AUTHORIZATION_ADMINLIST_ENABLED: 'true'
26
- AUTHORIZATION_ADMINLIST_USERS: 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net'
+ AUTHORIZATION_ADMINLIST_USERS: 'oidc-test-user@weaviate.io'
27
AUTHENTICATION_OIDC_SCOPES: 'openid,email'
28
AUTHENTICATION_APIKEY_ENABLED: 'true'
29
AUTHENTICATION_APIKEY_ALLOWED_KEYS: 'my-secret-key'
30
- AUTHENTICATION_APIKEY_USERS: 'ms_2d0e007e7136de11d5f29fce7a53dae219a51458@existiert.net'
+ AUTHENTICATION_APIKEY_USERS: 'oidc-test-user@weaviate.io'
31
DISABLE_TELEMETRY: 'true'
32
...
0 commit comments