Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 987 Bytes

plugin_agent_workloadattestor_systemd.md

File metadata and controls

23 lines (15 loc) · 987 Bytes

Agent plugin: WorkloadAttestor "systemd"

The systemd plugin generates selectors based on systemd unit properties of the workloads calling the agent.

This plugin does not accept any configuration options.

General selectors:

Selector Value
systemd:id The unit Id of the workload (e.g. systemd:id:nginx.service)
systemd:fragment_path The unit file path this workload unit was read from (e.g. systemd:fragment_path:/lib/systemd/system/nginx.service)

A sample configuration:

    WorkloadAttestor "systemd" {
    }

Platform support

This plugin is only supported on Unix systems.