Skip to content

Commit 4bed03b

Browse files
authored
Update important-changes.mdx
Add Vault 1.20 known issue from https://hashicorp.atlassian.net/browse/VAULT-37528
1 parent d3a118c commit 4bed03b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

website/content/docs/updates/important-changes.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,19 @@ None.
147147

148148
## Known issues
149149

150+
### UI Error in Vault 1.20 with secrets with underscores
151+
152+
| Change | Affected version | Fixed version
153+
| ------------ | ---------------- | --------------------
154+
| Known issue | 1.20.0 | 1.20.1
155+
156+
In 1.20.x kv v2 if a user does not have permissions to read subkeys (API docs) then attempting to view secrets with an underscore in the name,
157+
i.e. my_secret returns the error: `Cannot destructure property 'deletion_time' of 't' as it is undefined`.
158+
159+
#### Recommendation
160+
161+
Accessing the key through CLI works as expected. As a workaround, you can use Vault CLI to retrive the secret
162+
150163
### UI login fails for auth mounts with underscores and unauthenticated listing ((#ui-login-underscore))
151164

152165
| Change | Affected version | Fixed version

0 commit comments

Comments
 (0)