Skip to content

Commit 1c6a679

Browse files
authored
Remove all origin attributes from the canonical set. We'll add them back after we nail down ingress. (istio#35)
1 parent 7af3834 commit 1c6a679

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/reference/attribute-vocabulary.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ deployments will have agents (proxy or mixer adapters) that produce these attrib
3636
| target.namespace | string | The namespace of the receiver of the request. | |
3737
| target.labels | map | A map of key-value pairs attached to the target. | |
3838
| 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. | |
4539
| request.headers | map | A map of HTTP headers attached to the request. | |
4640
| 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. | |
4741
| request.path | string | The HTTP URL path including query string | |

0 commit comments

Comments
 (0)