CLI agent
The agent is running on each node where the kernel module is used. It is responsible for the following:
- communicates with the kernel module directly
- parses identity rule files and loads them to the kernel module
- signs CSR requests generated by the kernel module
- adds metadata from the host environment to enrich process data (e.g. Kubernetes, AWS, etc…)
Configuration file
Agent configuration
Field | Type | Required | Description |
---|---|---|---|
trustDomain | string | No | Set trust domain to use in the SPIFFE IDs. |
defaultCertTTL | string | No | Default TTL setting for X509 certificates. |
metadataCollectors | []MetadataCollector | No | Configuring metadata collectors to enhance process data through the gathering of additional metadata. |