...
We generate and provide you with api_protect.js
GateWayScript file that can be loaded either from a local location using local://some_local_directory/api_protect.js
or from the store using store://some_store_directory/api_protect.js
See https://www.ibm.com/docs/en/datapower-gateway/7.5.0?topic=gatewayscript-precedence-rules-require-files for more information about GatewayScript files.
API Protect Analyzer
Instructions for installation of the API Protect analyzer vary depending on the type of deployment you choose for your environment, ie, container or VM. We provide detailed instructions and support for whichever style of deployment you choose.
Kubernetes
The Helm chart installs API Protect in a Kubernetes cluster.
Requirements
Kubernetes 1.20+
Helm 3.0+
Install
Code Block |
---|
$ helm upgrade \
--install apiprotect \
--values <values file> \
--namespace apiprotect \
apiprotect.tgz |
Confirm Installation
$ helm test apiprotect -n apiprotect
Docker Compose
For evaluation purposes, running our Docker Compose file can have the analyzer running in minutes.
...