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: Support different TLS settings between public and internal #494

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

mattisonchao
Copy link
Member

Motivation

This PR will support setting different TLS between public and internal for some users who only want to enable TLS for public endpoints.

Modification

  • Introduce internalServerTLS for the server.
  • Adding the test.

Notes

This PR is the last TLS support recently, even though we can't expose two ports now(one secure, one insecure). However, We can support it when we really need it.

@merlimat merlimat merged commit 9696873 into main Jun 12, 2024
7 checks passed
@merlimat merlimat deleted the tls/part-4 branch June 12, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants