e6360bc84b
Adds inspection hooks in the agent inspect interface for processing data received from the ramdisk at the /v1/continue_inspection endpoint. The four default configuration hooks 'ramdisk-error', 'validate-interfaces', 'ports' and 'architecture' are added. (The remaining inspection hooks will be added in further patches.) Change-Id: I2cf1be465ba7a93fd66881b14972e960acd4dd4e Story: #2010275
11 lines
504 B
YAML
11 lines
504 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds inspection hooks in the agent inspect interface for processing data
|
|
received from the ramdisk at the /v1/continue_inspection endpoint. The
|
|
four default configuration hooks `ramdisk-error`, `validate-interfaces`,
|
|
`ports` and `architecture` are added. Two new configuration options
|
|
`default_hooks` and `hooks` are added in the `inspector` configuration
|
|
section to allow configuring the default enabled hooks and optional
|
|
additional hooks, respectively.
|