mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Changelog updates for transform fixes (ENT) (#10528)
This commit is contained in:
parent
a38ae11fe6
commit
7a15cf061e
2 changed files with 9 additions and 0 deletions
6
changelog/_1622.txt
Normal file
6
changelog/_1622.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
```release-note:bug
|
||||
transform (enterprise): Fix bug tokenization handling metadata on exportable stores
|
||||
transform (enterprise): Fix transform configuration not handling `stores` parameter on the legacy path
|
||||
transform (enterprise): Make expiration timestamps human readable
|
||||
transform (enterprise): Return false for invalid tokens on the validate endpoint rather than returning an HTTP error
|
||||
```
|
||||
3
changelog/_1637.txt
Normal file
3
changelog/_1637.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
transform (enterprise): Fix bug where tokenization store changes are persisted but don't take effect
|
||||
```
|
||||
Loading…
Reference in a new issue