Skip to content
New issue

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

tls_disable_client_certs missing from listener tcp stanza #4

Closed
manderson-it opened this issue Dec 11, 2020 · 0 comments
Closed

tls_disable_client_certs missing from listener tcp stanza #4

manderson-it opened this issue Dec 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@manderson-it
Copy link
Collaborator

Suggest to add conditional on new Boolean var (maybe vault_tls_disable_client_certs) for tls_disable_client_certs.
Currently not present at all, which makes Vault request client certificates from everyone. This is likely in most use-cases not required and can be problematic for LB health checks against Vault when the LB doesn't send Vault a proper cert.

tls_disable_client_certs = "false"
manderson-it pushed a commit that referenced this issue Dec 14, 2020
@manderson-it manderson-it added the enhancement New feature or request label Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants