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

Pagination Bug on Policies page #5845

Closed
Garath620 opened this issue Nov 26, 2018 · 3 comments · Fixed by #5866
Closed

Pagination Bug on Policies page #5845

Garath620 opened this issue Nov 26, 2018 · 3 comments · Fixed by #5866
Labels

Comments

@Garath620
Copy link

Describe the bug
On 1.0.0-rc1 release, pagination of policies page in UI doesn't work correctly.

To Reproduce
Steps to reproduce the behavior:

  1. Run vault_1.0.0-rc1 server -dev
  2. Run for i in {0..100}; do vault policy write ${i}-test-policy policy.hcl ; done
  3. See error
    pagination_bug

Environment:

  • Vault Server Version (retrieve with vault status): 1.0.0-rc1
  • Server Operating System/Architecture: debian 9
@briankassouf
Copy link
Contributor

You mention "See error" but i don't see error text anywhere in the screenshot. Are you talking about the sort order there?

@meirish meirish added the ui label Nov 26, 2018
@v6
Copy link
Contributor

v6 commented Nov 26, 2018

// , @briankassouf , it would be easier to see the error if he had posted the non-error situation for comparison.

But there shouldn't be 5 different **Next > ** buttons:

image

If I delete some of these policies, the Vault UI looks like this:

image

@Garath620
Copy link
Author

Thank you @v6 for additional information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants