We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf9d1e commit a374567Copy full SHA for a374567
mixer/v1/attributes.proto
@@ -55,6 +55,10 @@ option (gogoproto.gostring_all) = false;
55
// in this message.
56
//
57
// 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.
62
message UncompressedAttributes {
63
// A list of attributes.
64
repeated Attribute attributes = 1;
0 commit comments