CyberArk Sentry – Secrets Manager — Question 10
An application is having authentication issues when trying to securely retrieve credential’s from the Vault using the CCP webservices RESTAPI. CyberArk Support advised that further debugging should be enabled on the CCP server to output a trace file to review detailed logs to help isolate the problem.
What best describes how to enable debug for CCP?
Answer options
- A. Edit web.config. change the “AIMWebServiceTrace” value, restart Windows Web Server (IIS)
- B. In the PVWA, go to the Applications tab, select the Application in question, go to Options > Logging and choose Debug.
- C. From the command line, run appprvmgr.exe update_config logging=debug.
- D. Edit the basic_appprovider.conf, change the “AIMWebServiceTrace" value, and restart the provider.
Correct answer: A
Explanation
The correct answer is A because editing the web.config file to change the 'AIMWebServiceTrace' value and restarting the Windows Web Server (IIS) is the appropriate method to enable debugging for CCP. Option B is incorrect as it describes a logging method that does not specifically enable debug-level logging in the configuration. Option C is not applicable since it does not relate to the web.config file necessary for this process. Option D is incorrect because it pertains to a different configuration file that does not directly enable the required debug for CCP.