You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# curl 127.0.0.1:8000/users | jq .
{
"statusCode": 400,
"type": "InvalidArgument",
"message": "Invalid arguments supplied in the user request",
"details": "Domain parts ASCII chars must be a-z A-Z 0-9 - or _"
}
(similar error happens when fixin quota)
Expectations: filter out invalid users within ReadOnlyLdapUsersRepository
The text was updated successfully, but these errors were encountered:
Quota recompute was needed CF https://github.com/Yash18-hub/CISD-GES/issues/38
but failed
(similar error happens when fixin quota)
Expectations: filter out invalid users within ReadOnlyLdapUsersRepository
The text was updated successfully, but these errors were encountered: