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

Backport of Handle show and edit views for old KV urls into release/1.15.x #24449

Conversation

hc-github-team-secure-vault-core
Copy link
Collaborator

Backport

This PR is auto-generated from #24339 to be assessed for backporting due to the inclusion of the label backport/1.15.x.

The below text is copied from the body of the original PR.


This PR builds off of the original LIST nested secret redirect PR.

If you navigate to an old kv v2 create, show, or edit url it will redirect you to the new kv engine url.

ex: http://localhost:4200/ui/vault/secrets/kv-test/create/test -> http://localhost:4200/ui/vault/secrets/kv-test/kv/create?initialKey=test

ex: http://localhost:4200/ui/vault/secrets/kv-test/create -> http://localhost:4200/ui/vault/secrets/kv-test/kv/create

ex: http://localhost:4200/ui/vault/secrets/kv-test/show/my-secret -> http://localhost:4200/ui/vault/secrets/kv-test/kv/my-secret/details?version=1

ex: http://localhost:4200/ui/vault/secrets/kv-test/edit/my-secret -> http://localhost:4200/ui/vault/secrets/kv-test/kv/complex/details?version=1

Note: I ran enterprise test locally and they passed.


Overview of commits

@hc-github-team-secure-vault-core hc-github-team-secure-vault-core force-pushed the backport/ui/VAULT-22392/kv-redirects/ultimately-wired-squid branch from 4558942 to 9c89baf Compare December 8, 2023 17:24
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Dec 8, 2023
@Monkeychip Monkeychip added this to the 1.15.5 milestone Dec 8, 2023
@Monkeychip Monkeychip added the ui label Dec 8, 2023
Copy link

github-actions bot commented Dec 8, 2023

Build Results:
All builds succeeded! ✅

@Monkeychip Monkeychip merged commit d1c12ed into release/1.15.x Dec 8, 2023
63 checks passed
@Monkeychip Monkeychip deleted the backport/ui/VAULT-22392/kv-redirects/ultimately-wired-squid branch December 8, 2023 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants