spring-cloud / spring-cloud-vault

Configuration Integration with HashiCorp Vault
http://cloud.spring.io/spring-cloud-vault/
Apache License 2.0
270 stars 151 forks source link

Bacth token #692

Closed HelenLorenzo closed 1 year ago

HelenLorenzo commented 1 year ago

Describe the bug I can't find who to create a bach token, os create token from role

Sample I would loke to execute: vault token create -role= with spring.cloud.vault, but I can't find how to do it.

mp911de commented 1 year ago

VaultTokenRequest doesn't support the type attribute yet to request batch tokens. We also do not accept yet a role name when creating tokens.

Feel free to submit a pull request against Spring Vault. This project concerns Spring Cloud Vault that add config support to Spring Boot apps.