Skip to content

Commit

Permalink
add context.proxy_version mixer attribute (istio#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
bianpengyuan authored Aug 7, 2019
1 parent b8a71b2 commit 5793f19
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions istio-policy/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ spec:
valueType: STRING
context.reporter.uid:
valueType: STRING
context.proxy_version:
valueType: STRING
api.service:
valueType: STRING
api.version:
Expand Down
2 changes: 2 additions & 0 deletions istio-telemetry/mixer-telemetry/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ spec:
valueType: STRING
context.reporter.uid:
valueType: STRING
context.proxy_version:
valueType: STRING
api.service:
valueType: STRING
api.version:
Expand Down
2 changes: 2 additions & 0 deletions kustomize/default/gen-istio-telemetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,8 @@ spec:
valueType: STRING
context.reporter.uid:
valueType: STRING
context.proxy_version:
valueType: STRING
api.service:
valueType: STRING
api.version:
Expand Down
2 changes: 2 additions & 0 deletions kustomize/istio-1.2/default/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3551,6 +3551,8 @@ spec:
valueType: STRING
context.reporter.uid:
valueType: STRING
context.proxy_version:
valueType: STRING
api.service:
valueType: STRING
api.version:
Expand Down
2 changes: 2 additions & 0 deletions test/demo/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17323,6 +17323,8 @@ spec:
valueType: STRING
context.reporter.uid:
valueType: STRING
context.proxy_version:
valueType: STRING
api.service:
valueType: STRING
api.version:
Expand Down

0 comments on commit 5793f19

Please sign in to comment.