feat: add custom_metadata, cas_required and delete_version_after fields
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-22 14:32:07 +02:00
parent e0711e6108
commit 5f1f94f59c
5 changed files with 83 additions and 6 deletions

View File

@ -10,6 +10,7 @@
* Add missing `num_uses` field to `AuthData`
* Add `mount_type` attribute to common response model
* Add `auth` attribute to common response model
* Add `custom_metadata`, `cas_required` and `delete_version_after` fields for KVv2 metadata
### Fix
* Rename `enable_local_secret_id` to `local_secret_ids` in `AppRole` model