The official build of Glue Gateway, an on-prem component for Glue Cloud solution.
1.5K
SNP Glue Cloud Gateway is a lightweight, secure, and scalable bridge between on-premise systems (SAP, databases) and Glue Cloud. It enables encrypted data transfer using TLS, ensuring compliance with enterprise security standards. The Gateway operates with a firewall-friendly architecture, initiating outbound-only connections, eliminating the need for open inbound ports. It supports SAP JCO/RFC-based data extraction, facilitating real-time and batch replication of SAP and non-SAP data. Deployable as a Docker container, it allows for fast setup and automated scaling, ensuring low-latency data movement.
docker run -d --name glue-gateway \
-e GLUE_CLOUD_HOST=your-snpglue.cloud \
-e GLUE_CLOUD_TOKEN=your-auth-token \
-e LOG_LEVEL=info \
snpgroup/glue-gateway:latest
| Variable Name | Description | Default |
|---|---|---|
GLUE_CLOUD_HOST | Glue Cloud endpoint URL | Required |
GLUE_CLOUD_TOKEN | Authentication token for Glue Cloud | Required |
TLS_ENABLED | Enables/disables TLS encryption (true/false) | true |
LOG_LEVEL | Logging level (debug, info, warn, error) | info |
View real-time logs with:
docker logs -f glue-gateway
Check container status:
docker ps -a | grep glue-gateway
Stop the Gateway:
docker stop glue-gateway && docker rm glue-gateway
Content type
Image
Digest
sha256:977b92ea1…
Size
145.8 MB
Last updated
9 months ago
docker pull snpgroup/glue-gateway:v1.2.7