mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
116b0ebc46
This is mainly for forwards compatibility with 1.10 and should not be relied on for a cluster staying on a 1.8.x/1.9.x version.
4 lines
537 B
Plaintext
4 lines
537 B
Plaintext
```release-note:improvement
|
|
licensing: **(Enterprise Only)** In order to have forward compatibility with Consul Enterprise v1.10, the ability to parse licenses from the configuration or environment has been added. This can be specified with the `license_path` configuration, the `CONSUL_LICENSE` environment variable or the `CONSUL_LICENSE_PATH` environment variable. On server agents this configuration will be ignored. Client agents and the snapshot agent will use the configured license instead of automatically retrieving one.
|
|
```
|