model: add support for (dis)allowed policy glob patterns in TokenRole
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-04-24 16:36:00 +02:00
parent b0d2b038eb
commit feb6e147fe
3 changed files with 121 additions and 4 deletions

View File

@ -10,6 +10,7 @@
* Model and response classes implement `Serializable` (#57)
* 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`
### Test
* Tested against Vault 1.10.1