We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
vault_1.0.0-rc1 server -dev
for i in {0..100}; do vault policy write ${i}-test-policy policy.hcl ; done
Environment:
vault status
The text was updated successfully, but these errors were encountered:
You mention "See error" but i don't see error text anywhere in the screenshot. Are you talking about the sort order there?
Sorry, something went wrong.
// , @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:
If I delete some of these policies, the Vault UI looks like this:
Thank you @v6 for additional information
Successfully merging a pull request may close this issue.
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:
vault_1.0.0-rc1 server -dev
for i in {0..100}; do vault policy write ${i}-test-policy policy.hcl ; done
Environment:
vault status
): 1.0.0-rc1The text was updated successfully, but these errors were encountered: