How to update password it is required to update it in dxi.input.vars.yml
To finalize password update it is required to update it in dxi.input.vars.yml . We can do it by encoding and replacing it in the inputs file manually:
1. encode password: echo -n "<password>" | base64
- Note: "-n" for echo is a must. Without it new line symbols will also be encoded leading to incorrect password
2. edit dxi.input.vars.yml and replace value for privateRegPassword with the new password