Skip to content

Commit a374567

Browse files
committed
Add usage.
1 parent ecf9d1e commit a374567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mixer/v1/attributes.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ option (gogoproto.gostring_all) = false;
5555
// in this message.
5656
//
5757
// Defines a list of attributes in uncompressed format.
58+
// Following places may use this message:
59+
// 1) Configure Istio/Proxy with static per-proxy attributes, such as source.uid.
60+
// 2) Service IDL definition to extract api attributes for active requests.
61+
// 3) Forward attributes from client proxy to server proxy for HTTP requests.
5862
message UncompressedAttributes {
5963
// A list of attributes.
6064
repeated Attribute attributes = 1;

0 commit comments

Comments
 (0)