How do I update NSP XML API user access details?
Purpose
Perform this procedure to update the NSP mediation secret for the user name and password to access the NFM-P XML API. The NFM-P user must have both admin and OSS management roles in NFM-P.
Steps
1 |
Log in as the root or NSP admin user on the NSP deployer VM. |
2 |
Open a console window. |
3 |
Enter the following: # cd /opt/nsp/NSP-CN-DEP-release-ID/bin ↵ |
4 |
Enter the following to update the user name: # ./nspdeployerctl secret -n psaRestricted -s nsp-mdt-mediator-secret -p XML_API_USERNAME update ↵ The following prompt is displayed: Please enter the XML_API_USERNAME: |
5 |
Enter the user name as plaintext. The following prompt is displayed: Please confirm the XML_API_USERNAME: |
6 |
Re-enter the user name. The user name is updated in the NSP mediator secret. |
7 |
Enter the following to update the password: # ./nspdeployerctl secret -n psaRestricted -s nsp-mdt-mediator-secret -p XML_API_PASSWORD update ↵ The following prompt is displayed: Please enter the XML_API_PASSWORD: |
8 |
Enter the password as plaintext. The following prompt is displayed: Please confirm the XML_API_PASSWORD: |
9 |
Re-enter the password. The password is updated in the NSP mediator secret. |
10 |
Close the console window. End of steps |