Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Pagination Bar for Ldap Group Page #12962

Closed
junchytata opened this issue Oct 29, 2021 · 0 comments · Fixed by #13054
Closed

No Pagination Bar for Ldap Group Page #12962

junchytata opened this issue Oct 29, 2021 · 0 comments · Fixed by #13054
Labels
auth/ldap bug Used to indicate a potential bug ui

Comments

@junchytata
Copy link

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

  1. I used vault-cli to exec command [vault list auth/ldap/groups]
    and there is no problem to list all groups.

  2. 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.

@heatherezell heatherezell added the bug Used to indicate a potential bug label Oct 29, 2021
@hellobontempo hellobontempo linked a pull request Nov 4, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth/ldap bug Used to indicate a potential bug ui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants