How to update password it is required to update it in dxi.input.vars.yml
search cancel

How to update password it is required to update it in dxi.input.vars.yml

book

Article ID: 378510

calendar_today

Updated On:

Products

DX Operational Intelligence

Issue/Introduction

How to update  password it is required to update it in dxi.input.vars.yml

Environment

 
DX Operational Intelligence 23.3
DX OI Default

Resolution

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