Sign inSign up

linjifan/elasticproxy

By linjifan

Updated 11 months ago

Enterprise-Grade ElasticSearch Security Proxy Solution

Image
Networking
Security
API management
1

145

linjifan/elasticproxy repository overview

Quick Start

1. Standard Mode Startup
git clone https://github.com/YogooSoft/elasticproxy.git

# Run in foreground (view real-time logs)
./start_docker.sh standard

# Run in background
./start_docker.sh standard -d
2. Multi-tenant Mode Startup
# Run in foreground
./start_docker.sh multi-tenant

# Run in background
./start_docker.sh multi-tenant -d
3. Stop Service
# Stop containers only
./stop_docker.sh

# Stop containers and cleanup resources
./stop_docker.sh --cleanup

Mode Differences

Standard Mode
  • Uses config/application.yml configuration file
  • Multi-tenant functionality disabled (multi-tenant.enabled: false)
  • Single authentication and configuration
  • Suitable for simple proxy scenarios
Multi-tenant Mode
  • Uses config/application-multi-tenant.yml configuration file
  • Multi-tenant functionality enabled (multi-tenant.enabled: true)
  • Supports multiple tenants with independent configurations
  • Supports Basic authentication isolation
  • Suitable for complex multi-user, multi-permission scenarios
More Information
  • 🌐 For more details, please visit elasticproxy.com website

Tag summary

Content type

Image

Digest

sha256:ff73105af

Size

166.8 MB

Last updated

11 months ago

docker pull linjifan/elasticproxy:1.5.3