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

Cherrypick client-{client,key}-file parameter support into 3.4 release branch #12749

Closed
wants to merge 1 commit into from
Closed

Cherrypick client-{client,key}-file parameter support into 3.4 release branch #12749

wants to merge 1 commit into from

Conversation

astromechza
Copy link
Contributor

@astromechza astromechza commented Mar 5, 2021

Wondering if we can include this into the 3.4.16 release? This was merged into master in #12705

Please let me know if this is not appropriate and should just wait for 3.5 :)

… client and server certs when communicating between peers

In some environments, the CA is not able to sign certificates with both
'client auth' and 'server auth' extended usage parameters and so an operator
needs to be able to set a seperate client certificate to use when making
requests which is different to the certificate used for accepting requests.
This applies to both proxy and etcd member mode and is available as both a CLI
flag and config file field for peer TLS.

Signed-off-by: Ben Meier <[email protected]>
@astromechza
Copy link
Contributor Author

@ptabor / @hexfusion could you take a look?

@hexfusion
Copy link
Contributor

In general, we do not backport new flags/features because it breaks backward compatibility. If the flags are set that is fatal for earlier versions in the release. The exception is experimental flags as they are not intended to be used in production.

@astromechza astromechza closed this Mar 7, 2021
@astromechza
Copy link
Contributor Author

fair enough :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants