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

Simple bug with ui (page buttons) #27875

Open
yuriraff opened this issue Jul 26, 2024 · 2 comments
Open

Simple bug with ui (page buttons) #27875

yuriraff opened this issue Jul 26, 2024 · 2 comments
Labels
bug Used to indicate a potential bug ui

Comments

@yuriraff
Copy link

yuriraff commented Jul 26, 2024

Describe the bug
A clear and concise description of what the bug is.
i go to the https://vault.dev/ui/vault/secrets/secret/list/user-space/
and link to next page is
https://vault.dev/ui/vault/secrets/secret/list/secret?page=2
i get 404 because has no such folder(path)
i expect
https://vault.dev/ui/vault/secrets/secret/list/user-space/?page=2. (this work if type manually)

look like
https://vault.dev/ui/vault/secrets/(kv engine name)/list/(kv engine name)?page=2
but need something like
https://vault.dev/ui/vault/secrets/(kv engine name)/list/(secret path)?page=2

To Reproduce
Steps to reproduce the behavior:

  1. create a secret store v1
  2. create a large number of secrets in folders. (/secret/users-space/idxxxx/dev/....)
  3. try go to second page
Type  kv
Path secret/
Local  No
Seal wrap  No
Version. 1

Environment:

  • Vault Server Version (retrieve with vault status):
* / $ vault status
Key                      Value
---                      -----
Seal Type                awskms
Recovery Seal Type       shamir
Initialized              true
Sealed                   false
Total Recovery Shares    5
Threshold                3
Version                  1.17.2
Build Date               2024-07-05T15:19:12Z
Storage Type             raft
Cluster Name             xxxxxxxxx
Cluster ID               xxxxxxx
HA Enabled               true
HA Cluster               https://vault-2.vault-internal:8201
HA Mode                  standby
Active Node Address      https://10.12.135.165:8200
Raft Committed Index     4197955693
Raft Applied Index       4197955692
  • Vault CLI Version (retrieve with vault version):
    * Vault v1.17.2 (2af5655e364f697a15b1dc2db2c3f85f6ef949f2), built 2024-07-05T15:19:12Z
  • Server Operating System/Architecture:
  • aws eks 1.28 bottle rocket amd64

Vault server configuration file(s):

helm chart in k8s.
i think conf not need.
@heatherezell heatherezell added ui bug Used to indicate a potential bug labels Jul 26, 2024
@NagenderPulluri
Copy link

facing same issue.. going to the page https://vault.dev/ui/vault/secrets/secret/list/secret?page=2 instead of
https://vault.dev/ui/vault/secrets/secret/list/user-space/?page=2
as I have created the path secrets/secret/secret its going there, else i would have got 404 error..

@hvdkooij
Copy link

hvdkooij commented Sep 2, 2024

Faced the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to indicate a potential bug ui
Projects
None yet
Development

No branches or pull requests

4 participants