Edmund Ham

Results 2 issues of Edmund Ham

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` and `entity_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.java Can...

type: enhancement
status: ideal-for-contribution

gh-17131 Make X509CertificateThumbprintValidator to be public and non-final class With the current `package` visibility and `final` class, it is not usable with `JwtValidators#createDefaultWithValidators`. `JwtValidators#createDefaultWithValidators` is following, as of v6.4.6: ```java...

type: enhancement
in: oauth2