From 97b8beee76ec932da95ddf10e372ee9921a03ccd Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 18 Aug 2020 15:01:59 -0400 Subject: [PATCH] Expound upon crypted.rootpassword documentation --- confluent_server/confluent/config/attributes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index b8efe150..ab6315f3 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -99,7 +99,10 @@ node = { }, 'crypted.rootpassword': { 'description': 'The password of the local root password. ' - 'This is stored as a non-recoverable hash.', + 'This is stored as a non-recoverable hash. If ' + 'unspecified and confluent is used to deploy, then ' + 'login at console using password will be impossible ' + 'and only key based login can work for root.', }, 'crypted.grubpassword': { 'description': 'Password required to modify grub behavior at boot',