We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
curl -H "X-Vault-Request: true" -H "X-Vault-Token: $(vault print token)" https://127.0.0.1:8200/v1/auth/cert/certs?list=true
Reference: #780
The text was updated successfully, but these errors were encountered:
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().
ClientCertificateAuthenticationOptions.builder().role(…).build()
Sorry, something went wrong.
No branches or pull requests
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: #780
The text was updated successfully, but these errors were encountered: