Skip to content

Impact of the secure_train flag. #2104

Closed Answered by yanchengnv
nickgautier asked this question in Q&A
Discussion options

You must be logged in to vote

@nickgautier , thanks for the question.
Currently, mTLS is required if secure_train is set to true to ensure that both client and server can trust each other. In one-way TLS, in theory, any one can connect to the server without being provisioned. Client token is just a quick way for the server to identify the session after authenticated. It does not add security.

If secure_train is set to false, then all communication will be done in the clear - no SSL is used at all.

Currently all certs are self-signed by the Provision system. We have been thinking about adding the support to use 3rd-party CA, but it's not implemented at the moment.

Since your requirement is somewhat inconsistent with ou…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by yanchengnv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants