LDAP Gateway
LDAP Gateway Properties describes the configuration options available in the LDAP Gateway sub-chart.
Property | Description |
---|---|
ldap-gateway.connections.gatewayProxy.host | The host name to use when connecting to the LDAP Gateway Proxy. The default value is gateway-proxy-
access-group . |
ldap-gateway.connections.gatewayProxy.port | The port to use when connecting to the LDAP Gateway Proxy. The default value is 4080. |
ldap-gateway.connections.activemq.host | The host name to use when connecting to ActiveMQ Gateway. The default value is activemq-1 . |
ldap-gateway.connections.activemq.port | The port to use when connecting to ActiveMQ Gateway. The default value is 61616. |
ldap-gateway.connections.ldap.url | The LDAP URL. The default value is
ldap://localhost:3390 . |
Note: The LDAP Gateway
sub-chart is not required for all deployments and is disabled by default. If this
sub-chart is enabled (
ldap-gateway.enabled
set to
true
) the LDAP Gateway
feature must also be enabled (global.features.ldapGateway
set to
true
) to ensure that the engine is configured to use the ActiveMQ
queues.