You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add since and author tags. Reorder fields.
Introduce empty VaultTokenRequest and refactor interface methods to default methods for delegation on the interface level.
See gh-690
Original pull request: gh-803
Hi all,
From the vault documentation for creating token through API call, https://www.vaultproject.io/api-docs/auth/token#create-token they have
role_name
andentity_alias
. However, current (2.3.2 version)VaultTokenRequest
does not support these parameters. https://github.com/spring-projects/spring-vault/blob/2.3.2/spring-vault-core/src/main/java/org/springframework/vault/support/VaultTokenRequest.javaCan the team look into adding these?
Thanks in advance!
The text was updated successfully, but these errors were encountered: