Skip to content

Commit 21104b0

Browse files
committed
fixup
1 parent cbb16d6 commit 21104b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

protect/control/v1/control.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ message SpireMetadataRequest {
230230

231231
message SpireMetadataReply {
232232
string identifier = 1;
233+
// The zone the identifier was resolved for. When the request omits zoneID,
234+
// the daemon fills it from the authenticated in-zone control channel and
235+
// echoes it here so the caller learns its own zone without a side channel.
236+
string zone_id = 2;
233237
}
234238

235239
// roughly maps to libscap's `scap_threadinfo` type.

0 commit comments

Comments
 (0)