Configuring a Local NetApp User for the Ontapi API
Make sure you have the password for the NetApp local user created as explained in the Permissions section
- Navigate to the File Access Manager installation folder on one of the File Access Manager central servers.
- Open the folder "%SAILPOINT_HOME%\FileAccessManager\Server Installer\Tools\EncryptStringForService"
- Copy the content of the folder to the server on which the Activity Monitor service is installed
- Run: EncryptStringForService.exe [password to encrypt]
- Copy the output of the command
Activity Monitor
- Navigate to the Activity Monitor installation folder
- Edit the Activity BAMFramework.exe.config
-
Enter the name of the user in the alternativeUserName key:
<add key="alternativeUserName" value="local user name"/>
-
Paste the output of the command copied in Section 5 into the value of the alternativeUserPassword key:
<add key="alternativeUserPassword" value="encrypted password from step 4"/>
- Restart the Activity Monitor service.
Permission Analysis
- Navigate to the Permission Analysis installation folder.
- Edit the RoleAnalyticsServiceHost.exe.config.
-
Enter the name of the user in the netAppApiPassword key:
<add key="netAppApiUser" value="local user name"/>
-
Paste the output of the command copied in Section 5 into the value of the netAppApiPassword key:
<add key="netAppApiPassword" value="encrypted password from step 4"/>