{ "192.168.1.50": { "easyhaproxy.http.host": "api.example.com", "easyhaproxy.http.port": "80", "easyhaproxy.http.localport": "8080", "easyhaproxy.http.plugins": "jwt_validator", "easyhaproxy.http.plugin.jwt_validator.algorithm": "RS256", "easyhaproxy.http.plugin.jwt_validator.issuer": "https://auth.example.com/", "easyhaproxy.http.plugin.jwt_validator.audience": "https://api.example.com", "easyhaproxy.http.plugin.jwt_validator.pubkey_path": "/etc/haproxy/jwt_keys/api_pubkey.pem" } }