Skip to content

Commit c0e5a9a

Browse files
schavisyhyakuna
andauthored
Add KVv2 known issue to release notes (#24632)
* Add KVv2 known issue to release notes * Update website/content/partials/known-issues/kv2-url-change.mdx * Update website/content/partials/known-issues/kv2-url-change.mdx --------- Co-authored-by: Yoko Hyakuna <[email protected]>
1 parent 066b4a1 commit c0e5a9a

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

website/content/docs/release-notes/1.15.0.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Version | Issue
2222
1.15.0 - 1.15.1 | [Vault storing references to ephemeral sub-loggers leading to unbounded memory consumption](/vault/docs/upgrading/upgrade-to-1.15.x#vault-is-storing-references-to-ephemeral-sub-loggers-leading-to-unbounded-memory-consumption)
2323
1.15.0 - 1.15.1 | [Internal error when vault policy in namespace does not exist](/vault/docs/upgrading/upgrade-to-1.15.x#internal-error-when-vault-policy-in-namespace-does-not-exist)
2424
1.15.0+ | [Sublogger levels not adjusted on reload](/vault/docs/upgrading/upgrade-to-1.15.x#sublogger-levels-unchanged-on-reload)
25+
1.15.0+ | [URL change for KV v2 plugin](/vault/docs/upgrading/upgrade-to-1.15.x#kv2-url-change)
2526
1.15.1 | [Fatal error during expiration metrics gathering causing Vault crash](/vault/docs/upgrading/upgrade-to-1.15.x#fatal-error-during-expiration-metrics-gathering-causing-vault-crash)
2627

2728

website/content/docs/upgrading/upgrade-to-1.15.x.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ option.
6363

6464
@include 'known-issues/sublogger-levels-unchanged-on-reload.mdx'
6565

66+
@include 'known-issues/kv2-url-change.mdx'
67+
6668
@include 'known-issues/expiration-metrics-fatal-error.mdx'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### URL change for KV v2 secrets engine ((#kv2-url-change))
2+
3+
#### Affected versions
4+
5+
1.15.0+
6+
7+
#### Issue
8+
9+
Recent improvements to the Vault UI updated the URL structure of the KV v2 secrets engine that affect existing URLs.
10+
11+
Previously, URLs for KV v2 used the pattern:
12+
`ui/vault/secrets/hma/show/${secretPath}`. With the recent refactor, KV v2 URLs
13+
now use the following pattern:
14+
`ui/vault/secrets/hma/kv/${encodedUriComponent(secretPath)}/details`.
15+
16+
Opening older URLs now result in 404 errors.
17+
18+
#### Workaround
19+
20+
Currently, no workaround exists.
21+
22+
Improvements that include automatic redirects for older URLs are planned for
23+
1.15.4.
24+

0 commit comments

Comments
 (0)