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
Describe the bug
I created more than 120 ldap groups to the LDAP Auth Method.
But I only see 100 groups in the UI page.
There are no pagination bar for the next page.
To Reproduce
1.Login vault
2.Click [Access] from Menu Bar
3.Click Auth Methods [ldap]
4.In the [groups] tag only 100 groups can be found.
5.No pagination bar for next page.
Page url likes this: [https://myvault.example.com/ui/vault/access/ldap/item/group]
Expected behavior
A pagination bar to see the next page is displayed.
Environment
Vault Server 1.8.1(Docker)
Image from [https://gallery.ecr.aws/hashicorp/vault]
Chrome 94.0.4606.54
Additional context
I used vault-cli to exec command [vault list auth/ldap/groups]
and there is no problem to list all groups.
Add parameter "page=2" to the end of URL
like this [https://myvault.example.com/ui/vault/access/ldap/item/group?page=2]
can display the next page.
The text was updated successfully, but these errors were encountered:
Describe the bug
I created more than 120 ldap groups to the LDAP Auth Method.
But I only see 100 groups in the UI page.
There are no pagination bar for the next page.
To Reproduce
1.Login vault
2.Click [Access] from Menu Bar
3.Click Auth Methods [ldap]
4.In the [groups] tag only 100 groups can be found.
5.No pagination bar for next page.
Page url likes this: [https://myvault.example.com/ui/vault/access/ldap/item/group]
Expected behavior
A pagination bar to see the next page is displayed.
Environment
Image from [https://gallery.ecr.aws/hashicorp/vault]
Additional context
I used vault-cli to exec command [vault list auth/ldap/groups]
and there is no problem to list all groups.
Add parameter "page=2" to the end of URL
like this [https://myvault.example.com/ui/vault/access/ldap/item/group?page=2]
can display the next page.
The text was updated successfully, but these errors were encountered: