You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/attribute-vocabulary.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,6 @@ deployments will have agents (proxy or mixer adapters) that produce these attrib
36
36
| target.namespace | string | The namespace of the receiver of the request. ||
37
37
| target.labels | map | A map of key-value pairs attached to the target. ||
38
38
| target.user | string | The user running the target application. |service-account@namespace.cluster.local|
39
-
| origin.ip | ip_address | The IP address of the originating application ||
40
-
| origin.name | string | The fully qualified name of the originating application ||
41
-
| origin.uid | string | A unique identifier for the particular instance of the application that originated the request. This must be unique within the cluster. | for in cluster pod-id gives sufficient to ascertain all other attributes needed by the policy. |
42
-
| origin.namespace | string | The namespace of the originator of the request. ||
43
-
| origin.labels | map | A map of key-value pairs attached to the origin. ||
44
-
| origin.user | string | The user running the originating application. ||
45
39
| request.headers | map | A map of HTTP headers attached to the request. ||
46
40
| request.id | string | A unique ID for the request, which can be propagated to downstream systems. This should be a guid or a psuedo-guid with a low probability of collision in a temporal window measured in days or weeks. ||
47
41
| request.path | string | The HTTP URL path including query string ||
0 commit comments