Before You Begin
Minimum OS supported versions:
- Debian 9 
- Ubuntu 16.04 
- MacOS 10.14 
- CentOS 7 (deprecated) - See also CentOS 7 System Updates 
 
Prerequisites
- Docker (version 18.02.0+) 
- Docker Compose (version 1.21.0+) 
The required images are available in the Dockerhub registry under the organization FydeInc
Requires a valid CloudGen Access Proxy enrollment link.
Choose Install Script or the Manual Steps to proceed. See Troubleshooting for help.
Install Script
- Download and execute script. - sudo bash -c "$(curl -fsSL https://url.access.barracuda.com/proxy-docker)"
Manual Steps
- Create the docker compose file. - Download the docker-compose file: docker-compose.yml. 
- Ensure that configured host port for Envoy matches the one configured in the CloudGen Access Enterprise Console for the corresponding CloudGen Access Proxy. 
- Update FYDE_ENROLLMENT_TOKEN value with the CloudGen Access Proxy enrollment link. 
 
- Start the services (detached). - sudo docker-compose -f docker-compose.yml up -d
- Check logs. - sudo docker-compose -f docker-compose.yml logs -f
Troubleshooting
To troubleshoot, see Troubleshooting the CloudGen Access Proxy
