model: add request ID to data response models
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-24 16:44:50 +02:00
parent feb6e147fe
commit 64e55eddd8
4 changed files with 17 additions and 2 deletions

View File

@ -11,6 +11,7 @@
* Split `SercretResponse` into `PlainSecretResponse` and `MetaSecretResponse` subclasses (common API unchanged)
* Add missing fields to `AuthMethod` model
* Add support for (dis)allowed policy glob patterns in `TokenRole`
* Add request ID to data response models
### Test
* Tested against Vault 1.10.1