https://github.com/truestory1/zpa-connector-image
ZPA container image
https://github.com/truestory1/zpa-connector-image
container ubi zpa
Last synced: 3 months ago
JSON representation
ZPA container image
- Host: GitHub
- URL: https://github.com/truestory1/zpa-connector-image
- Owner: truestory1
- Created: 2024-04-25T08:49:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-26T19:31:43.000Z (3 months ago)
- Last Synced: 2025-02-26T20:30:16.387Z (3 months ago)
- Topics: container, ubi, zpa
- Language: Shell
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZPA Connector Image
This repository contains a Docker container image for Zscaler Private Access (ZPA) Connector based on UBI 8.
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)## Introduction
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.
## Features
- Based on UBI 8
- Automated deployment and configuration
- Secure and scalable## Prerequisites
Before you begin, ensure you have the following:
- Docker installed
- Access to Zscaler Private Access (ZPA) platform## Installation
Clone the repository and build the Docker image:
```bash
git clone https://github.com/truestory1/zpa-connector-image.git
cd zpa-connector-image
docker build -t zpa-connector .
```## Usage
Run the container with the necessary environment variables:
```bash
docker run -d -e ZPA_CLOUD_NAME= -e ZPA_CLIENT_ID= -e ZPA_CLIENT_SECRET= zpa-connector
```## Configuration
Configuration details can be found in the [ZPA Connector Deployment Guide](https://help.zscaler.com/zpa/connector-deployment-guide-centos-oracle-and-redhat).