Last updated on August 3, 2026
Overview
Rublon Authentication Proxy High Availability Architecture Diagram

Required Components
Load Balancer – Initial Configuration (HA)
Load Balancer – Load-Balancing Target Group & Health Checks Configuration (HA)
LDAP Proxy
Load Balancer Config for LDAP Proxy
Example of Rublon Auth Proxy Config for LDAP Proxy
log:
debug: true
rublon:
api_server: https://core.rublon.net
system_token: 06xxxxxxxxxxxxxxxxxxxxxxxxxxx
secret_key: 23xxxxxxxxxxxxxxxxxxxxxxxxx
proxy_servers:
- name: LDAP-Proxy
type: LDAP
ip: 0.0.0.0 # The IP address on which the proxy will listen.
port: 389 # LDAP Proxy & Load Balancer health-check port
transport_type: plain
auth_source: LDAP_SOURCE_1
auth_method: push,email
auth_timeout: 60
use_append_mode: true
rublon_section: rublon
auth_sources:
- name: LDAP_SOURCE_1
type: LDAP
ip: 10.x.x.x # The IP address of the Identity Provider (IdP)
port: 389 # The port of the Identity Provider (IdP)
transport_type: plain
search_dn: dc=rublondemo,dc=local
access_user_dn: CN=rublonadmin,OU=Rublon,DC=rublondemo,DC=local
access_user_password: Password123
username_attribute: CN
RADIUS Proxy
Load Balancer Config for RADIUS Proxy
Example of Rublon Auth Proxy Config for RADIUS Proxy
log:
debug: true
rublon:
api_server: https://core.rublon.net
system_token: 06xxxxxxxxxxxxxxxxxxxxxxxxxxx
secret_key: 23xxxxxxxxxxxxxxxxxxxxxxxxx
proxy_servers:
- name: LDAP-Proxy # Dummy listener for Load Balancer's TCP health checks
type: LDAP
ip: 0.0.0.0 # The IP address on which the proxy will listen.
port: 389 # TCP port the LB probes for node health
transport_type: plain
auth_source: LDAP_SOURCE_1
auth_method: push,email
auth_timeout: 60
use_append_mode: true
rublon_section: rublon
- name: RADIUS-Proxy
type: RADIUS
radius_secret: radius_secret
ip: 0.0.0.0 # The IP address on which the proxy will listen.
port: 1812 # UDP port the Load Balancer forwards RADIUS packets to
mode: standard
auth_source: LDAP_SOURCE_1
rublon_section: rublon
use_append_mode: true
auth_method: push,email
auth_timeout: 60
auth_sources:
- name: LDAP_SOURCE_1
type: LDAP
ip: 10.x.x.x # The IP address of the Identity Provider (IdP)
port: 389 # The port of the Identity Provider (IdP)
transport_type: plain
search_dn: dc=rublondemo,dc=local
access_user_dn: CN=rublonadmin,OU=Rublon,DC=rublondemo,DC=local
access_user_password: Password123
username_attribute: CN