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
/opt
directory. -
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
ls
command at the command prompt.Result:
You see the Ping Identity directories and the build
.tgz
file.The following table lists the available directories.
Directory Description bin
Contains 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.
certs
Contains the certificate
ase.pem
file 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.pem
certificate file for self-signed certificates.For more information, see Preparing to deploy the PingIntelligence shared flow.
client_certs
Contains 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
.jar
files and various dependencies. Do not edit the contents of this directory.policy
Contains the shared flows:
-
request_shared_flow_custom.zip
-
request_shared_flow_kvm.zip
-
response_shared_flow_custom.zip
-
response_shared_flow_kvm.zip
config
Contains the
apigee.properties
file.logs
Contains the log and status files.
-
-
-
To configure the PingIntelligence policy tool after installation, edit the
apigee.properties
file and set the necessary properties.For more information, see Apigee properties file configuration.