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.
For Vault:
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: spring-projects/spring-vault#780
Per @mp911de ... it is settable via:
ClientCertificateAuthenticationOptions.builder().role(…).build()
The text was updated successfully, but these errors were encountered:
Another reference: spring-projects/spring-vault#864
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.
For Vault:
Reference: spring-projects/spring-vault#780
Per @mp911de ... it is settable via:
The text was updated successfully, but these errors were encountered: