Set-up for ACL and IP Filter configuration

To add or change user name and password
 

Log into Deployer node and add or change the XMP_API_PASSWORD and XML_API_USERNAME.

Note: Encode user name and password using (https://www.base64encode.org/).


Complete output as shown below:

kubectl edit secret --namespace nsp-psa-restricted nsp-mdt-mediator-secret

This will open vim:

# Please edit the object below. Lines beginning with a '#' will be ignored, 

# and an empty file will abort the edit. If an error occurs while saving this file will be 

# reopened with the relevant failures. 

# 

apiVersion: v1 

data: 

  SBI_PASSWORD: Tm9raWFOc3AxIQ== 

  SBI_USERNAME: YWRtaW4= 

  XML_API_PASSWORD: NTYyMFNhbSE= 

  XML_API_USERNAME: U0FNcWE= 

kind: Secret 

metadata: 

  creationTimestamp: "2024-07-02T21:50:12Z" 

  labels: 

    nspdeployer-secret: "true" 

  name: nsp-mdt-mediator-secret 

  namespace: nsp-psa-restricted 

  resourceVersion: "2293" 

  uid: fb9643fe-c11f-4237-a509-6f95712d6114 

type: Opaque 

~

~

Change the user name and password, and save. Make sure to use base 64 encoding.

End of steps

To create the user in NFM-P
 

Log into NFM-P.


Navigate to Administration > Security > NFM-P User Security.


Select the Scope of Command tab and create Role as shown below:


Select the User Groups tab and create User Group as shown below:


Select the Users tab and create User.


Add the following details:


Set the password in the box below:

End of steps