Downloading and installing the automated policy tool
The automated policy tool deploys both flow hook and flow callout polices.
About this task
To download and install the PingIntelligence policy tool:
Steps
-
Download the PingIntelligence policy tool to the
/optdirectory. -
Untar the policy tool:
-
At the command prompt, run the following command:
tar –zxvf <filename>
Example:
The following example shows what this command could look like in your instance.
tar –zxvf pi-apigee-4.1.tar.gz
-
To verify that the tool successfully installed, run the
lscommand at the command prompt.Result:
You see the Ping Identity directories and the build
.tgzfile.The following table lists the available directories.
Directory Description binContains the following scripts:
-
deploy.sh: The script to deploy the PingIntelligence policy. -
undeploy.sh: The script to undeploy the PingIntelligence policy. -
status.sh: Reports the deployment status and configured Apigee credentials.
certsContains the certificate
ase.pemfile that is shipped by default with ASE. Make sure that the certificate applied for the ASE data port matches with the certificate present in thease.pemcertificate file for self-signed certificates.For more information, see Preparing to deploy the PingIntelligence shared flow.
client_certsContains the Apigee root certificate authority (CA) certificate that is copied to this location when mutual TLS (MTLS) is enabled.
This feature requires ASE version 5.1.3 or later.
lib.jarfiles and various dependencies. Do not edit the contents of this directory.policyContains the shared flows:
-
request_shared_flow_custom.zip -
request_shared_flow_kvm.zip -
response_shared_flow_custom.zip -
response_shared_flow_kvm.zip
configContains the
apigee.propertiesfile.logsContains the log and status files.
-
-
-
To configure the PingIntelligence policy tool after installation, edit the
apigee.propertiesfile and set the necessary properties.For more information, see Apigee properties file configuration.