model: add missing fields to AuthMethod model
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-24 16:31:17 +02:00
parent f3cc16f44a
commit b0d2b038eb
6 changed files with 99 additions and 20 deletions

View File

@ -7,11 +7,12 @@
* Add `migration`, `recovery_seal` and `storage_type` fields to `SealReponse` model
* Add support for `wrap_info` in data response models
* Dependency updates
* model and response classes implement `Serializable` (#57)
* split `SercretResponse` into `PlainSecretResponse` and `MetaSecretResponse` subclasses (common API unchanged)
* Model and response classes implement `Serializable` (#57)
* Split `SercretResponse` into `PlainSecretResponse` and `MetaSecretResponse` subclasses (common API unchanged)
* Add missing fields to `AuthMethod` model
### Test
* Tested against Vault 1.10.0
* Tested against Vault 1.10.1
## 1.0.1 (2021-11-21)