Configure Cisco Secure Applications
Configure Cisco Secure Applications settings, feed keys, and feed data after deploying Splunk AppDynamics services.
- The feed key file and feed data file are available on your local computer.
- The
secureappservice is installed.
Enable the Secure Application Service in the Controller Account
Complete these steps in the Administration Console to enable the Secure Application service:
-
Log in to the Administration Console:BASH
https://<controller-hostname>/controller/admin.jsp -
Edit your account to add the property:BASH
argento.enabled = true -
Log out of Administration Console, then log into the Controller:BASH
https://<controller-hostname>/controller/
Assign Roles
Assign roles to the admin user using the Splunk AppDynamics Administration Console.
-
Assign Configure Secure Application account permission to the users who are required to modify configurable fields on the Secure Application dashboard.
-
Assign View Secure Application account permission to users who are required to only monitor the dashboard.
See Account Permissions for details.
Manual Feed Download
Manual feed downloads are required when your on-premises deployment is in an air-gapped environment and does not have access to the internet. For manual feed downloads, you must request an air-gap feed key from Customer Support and configure that key using the CLI. Once that's configured, you need to periodically download the feed file from the Downloads Portal and upload it to your on-premises deployment using the CLI. We recommend doing this on a daily basis.
Example command to set the air-gap key:
./appdcli run secureapp setFeedKey <path to feed key or - to signify stdin>
Example command to upload the feed file, after downloading it from the portal:
./appdcli run secureapp uploadFeed <path to feed file>