From ade5833ee35d34da5d393fa8b0e3c1dfbba01254 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Wed, 6 Sep 2023 10:06:52 +0200 Subject: [PATCH] tls.md: Add note (#1332) * tls.md: Add note Signed-off-by: Carlos Eduardo Arango Gutierrez * Update docs/deployment/tls.md Co-authored-by: Markus Lehtonen --------- Signed-off-by: Carlos Eduardo Arango Gutierrez Co-authored-by: Markus Lehtonen --- docs/deployment/tls.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/deployment/tls.md b/docs/deployment/tls.md index d27eb5cb03..72699e6037 100644 --- a/docs/deployment/tls.md +++ b/docs/deployment/tls.md @@ -15,6 +15,10 @@ sort: 5 --- +> ***NOTE*** this section only applies when the gRPC API is used, i.e. when the +> NodeFeature API is disabled via the `-enable-nodefeature-api=false` flag on +> both nfd-master and nfd-worker. + NFD supports mutual TLS authentication between the nfd-master and nfd-worker instances. That is, nfd-worker and nfd-master both verify that the other end presents a valid certificate.