This repository contains a Docker container image for Zscaler Private Access (ZPA) Connector based on UBI 8.
The ZPA Connector facilitates secure communication between your applications and the Zscaler Private Access (ZPA) cloud. This image is built on UBI 8, ensuring compatibility and security.
- Based on UBI 8
- Automated deployment and configuration
- Secure and scalable
Before you begin, ensure you have the following:
- Docker installed
- Access to Zscaler Private Access (ZPA) platform
Clone the repository and build the Docker image:
git clone https://github.com/truestory1/zpa-connector-image.git
cd zpa-connector-image
docker build -t zpa-connector .
Run the container with the necessary environment variables:
docker run -d -e ZPA_CLOUD_NAME=<your_cloud_name> -e ZPA_CLIENT_ID=<your_client_id> -e ZPA_CLIENT_SECRET=<your_client_secret> zpa-connector
Configuration details can be found in the ZPA Connector Deployment Guide.