LDAP Gateway
The following environment variables can be configured for containers created from the
ldap-gateway
image.
Environment Variables Specific to LDAP Gateway describes the environment variables that configure the Payment Service.
Environment Variable | Description |
---|---|
MTX_GWPX_HOST | The host name of the Gateway Proxy host. The default value is gatewayproxy . |
MTX_GWPX_PORT | The port number of the Gateway Proxy. The default value is 4080. |
MTX_AAMQ_HOST | The Host name of the Apache ActiveMQ instance to use. The default
value is activemq . |
MTX_AAMQ_PORT | The Port number of the Apache ActiveMQ instance to use. The default value is 61616. |
MTX_LDAP_LOG_LEVEL | The default level of logging for application-specific loggers.
The default value is info . |
Values for the properties described in Properties Specific to LDAP Gateway are derived from the above environment variables and do not need
to be explicitly set in your configuration.
Important: The MATRIXX Helm Chart creates a secret that defines Gateway Proxy credentials for the Payment Service, RS Gateway, and the LDAP Gateway. This secret is mounted to these components with the
passwords and password keys dynamically generated based on values in the Helm
Chart release context. The application containers use the values in the secret
to set the required properties. For this reason, you should not configure these
properties.
Property | Description |
---|---|
spring.activemq.broker-url | The ActiveMQ broker URL. The default value is
tcp://${MTX_AAMQ_HOST:activemq}:${MTX_AAMQ_PORT:61616} . |
ldap.gateway.gatewayProxy.port | The port to use to connect to the Gateway Proxy. The default value is 4080. |
ldap.gateway.gatewayProxy.username | The username to use when connecting to the secure Gateway Proxy
interface. The default value is rsGateway . |
ldap.gateway.gatewayProxy.password | The password to use when connecting to the secure Gateway Proxy
interface. The default value is rsGway . |
ldap.gateway.gatewayProxy.passwordKey | The key used to encrypt the password when connecting to the
secure Gateway Proxy interface. The default value is
Mtx5000 . |