Thomas Vander Wal
10/10/2022, 4:08 PM0.83.2
. When trying to add policies to group or users, as well as users to groups, the searching doesn’t work nor can you scroll the pop up. In the meantime we can use the rest apis but wanted to let you know in case it’s not just in our environmentsAriel Shaqed (Scolnicov)
10/10/2022, 4:12 PMThomas Vander Wal
10/10/2022, 4:29 PM❯ curl -u "user:pass" <https://lakefs.domain.com/api/v1/auth/users\?prefix\=pete\&after\=\&amount\=5> | jq
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 434 100 434 0 0 1432 0 --:--:-- --:--:-- --:--:-- 1491
{
"pagination": {
"has_more": true,
"max_per_page": 0,
"next_offset": "users/benjamin",
"results": 5
},
"results": [
{
"creation_date": 1659552400,
"email": "",
"id": "aaron"
},
{
"creation_date": 1651008134,
"email": "",
"id": "andrew"
},
{
"creation_date": 1659552735,
"email": "",
"id": "andronik"
},
{
"creation_date": 1649192282,
"email": "",
"id": "benjamin.d"
},
{
"creation_date": 1664219536,
"email": "",
"id": "benjamin.j"
}
]
}
Ariel Shaqed (Scolnicov)
10/10/2022, 4:37 PMThomas Vander Wal
10/10/2022, 4:38 PMAriel Shaqed (Scolnicov)
10/10/2022, 4:38 PMcurl
! May I add it to the bug please?We’re seeing this in both our environments, but it looks like the call always returns the first 5 users and is ignoring that prefix query parameterwhich definitely has no information that might not belong on GitHub. THANKS!
Thomas Vander Wal
10/11/2022, 5:46 PMAriel Shaqed (Scolnicov)
10/12/2022, 6:02 PMThomas Vander Wal
10/13/2022, 2:49 AM