We have some lists of secrets longer than 100, so that pagination is brought into play by the UI.
Unfortunately I can no longer switch to the previous, the next, or a page with a certain number by clicking on the dedicated links, because they are corrupt. This happens with all versions of vault 17.x. Up to version 16.3. this feature works as expected.
E.g.
If I am on the first page of the long secret list
https://vault.tst.rudi.net/ui/vault/secrets/secret/list/application/nono/free-me/sqlserver/ and click the next link, I’m linked to the incorrect URL
https://vault.tst.rudi.net/ui/vault/secrets/secret/list/secret/ and get the message “No secrets under “secret/”.”
instead of the correct URL.
To my suprise I couldn’t find anything about that issue in this forum or on Github.
I have two questions.
- Should I report this as a bug in Github?
- Is there a way to increase the length of secret lists from 100 to a higher value, so that pagination is avoided. I didn’t find where to configure it.
Help and suggestions appreciated. Thanks in advance.