Closed aram535 closed 7 months ago
The certificate role name isn't mapped as property. Can you file a ticket in https://github.com/spring-cloud/spring-cloud-vault/?
For programmatic configuration, you can set the name via ClientCertificateAuthenticationOptions.builder().role(…).build()
.
I'm setting up an cert authentication but can't seem to find the option value to set for the cert auth name.
https://docs.spring.io/spring-cloud-vault/docs/current/reference/html/#common-application-properties doesn't seem to contain any entries for the cert auth other than the mount name.
Reference: https://github.com/spring-projects/spring-vault/pull/780