mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Nomad load all plugins from `plugin_dir` regardless if it is listed in the agent configuration file. This can cause unexpected binaries to be executed. This commit begins the deprecation process of this behaviour. The Nomad agent will emit a warning log for every plugin binary found without a corresponding agent configuration block. --------- Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
4 lines
127 B
Plaintext
4 lines
127 B
Plaintext
```release-note:deprecation
|
|
config: Loading plugins from `plugin_dir` without a `plugin` configuration block is deprecated
|
|
```
|