File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 WEAVIATE_127 : 1.27.14
2525 WEAVIATE_128 : 1.28.8
2626 WEAVIATE_129 : 1.29.1
27- WEAVIATE_130 : 1.30.0-rc.0-93c564d -amd64
27+ WEAVIATE_130 : 1.30.0-rc.0-c1830a7 -amd64
2828
2929jobs :
3030 lint-and-format :
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
2727 CLUSTER_DATA_BIND_PORT : " 7101"
2828 RAFT_BOOTSTRAP_EXPECT : " 1"
2929 AUTHORIZATION_ENABLE_RBAC : " true"
30- AUTHENTICATION_DYNAMIC_USERS_ENABLED : " true"
30+ AUTHENTICATION_DB_USERS_ENABLED : " true"
3131 AUTHENTICATION_OIDC_ENABLED : ' true'
3232 AUTHENTICATION_OIDC_CLIENT_ID : ' wcs'
3333 AUTHENTICATION_OIDC_ISSUER : ' https://auth.wcs.api.weaviate.io/auth/realms/SeMI'
Original file line number Diff line number Diff line change 1515
1616
1717class UserTypes (str , Enum ):
18- DB_DYNAMIC = "db_dynamic "
19- DB_STATIC = "db_static "
18+ DB_DYNAMIC = "db_user "
19+ DB_STATIC = "db_env_user "
2020 OIDC = "oidc"
2121
2222
You can’t perform that action at this time.
0 commit comments