Relay Proxy automatic configuration is an Enterprise feature. To learn more, read Automatic configuration.
With automatic configuration, the Relay Proxy automatically detects and supports new connections to updated or new environments whenever changes occur that impact LaunchDarkly SDK keys, mobile keys, or client-side IDs. It is designed for ease of use and minimal maintenance.
Here's how to use automatic configuration through Helm:
-
Create a Relay Proxy configuration from the Relay proxy tab of the Account settings page in the LaunchDarkly user interface, and save its unique key.
-
Configure the Relay Proxy with this key.
helm install relay --set relay.environment.AUTO_CONFIG_KEY=relay-proxy-key launchdarkly-ld-relay/ld-relay
This example illustrates how minimal the required configuration is by specifying it directly on the command line. Refer to the Getting Started documentation for alternative configuration options.
To learn more about Automatic Configuration in the Relay Proxy, read Automatic configuration.