From 4bc52eab3c66a7fc3bb7783a846ed28368f867b3 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Mon, 12 Jan 2026 11:25:10 -0800 Subject: [PATCH] feat(workload): hostname mapping support --- protect/control/v1/common.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protect/control/v1/common.proto b/protect/control/v1/common.proto index ffaff6a..873ebaa 100644 --- a/protect/control/v1/common.proto +++ b/protect/control/v1/common.proto @@ -310,6 +310,7 @@ message WorkloadSpec { WorkloadSecuritySpec security = 7; repeated WorkloadScratchMount scratch_mount = 8; repeated CgroupLimit cgroup_limits = 9; + string hostname = 10; } message CgroupLimit {