Skip to content

Commit

Permalink
Update Proxy SHA. (istio#8856)
Browse files Browse the repository at this point in the history
* Update Proxy SHA.

Signed-off-by: JimmyCYJ <jimmychen.0102@gmail.com>

* update proxy SHA.

* change proxy SHA.

Signed-off-by: JimmyCYJ <jimmychen.0102@gmail.com>

* Update Proxy SHA.

* Update SHA to cbc3ce49e2909b47d0e808ea1d6a70929415f152
  • Loading branch information
JimmyCYJ authored and istio-testing committed Oct 3, 2018
1 parent af042ea commit f1a505e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion istio.deps
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"name": "PROXY_REPO_SHA",
"repoName": "proxy",
"file": "",
"lastStableSHA": "f49833732cab7e6f249760d1ec9d3ec19d19fe2c"
"lastStableSHA": "cbc3ce49e2909b47d0e808ea1d6a70929415f152"
}
]
1 change: 1 addition & 0 deletions mixer/test/client/fault_inject/fault_inject_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const reportAttributes = `
"mesh1.ip": "[1 1 1 1]",
"mesh2.ip": "[0 0 0 0 0 0 0 0 0 0 255 255 204 152 189 116]",
"mesh3.ip": "[0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 8]",
"origin.ip": "[127 0 0 1]",
"request.host": "*",
"request.path": "/echo",
"request.time": "*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const reportAttributes = `
"mesh1.ip": "*",
"mesh2.ip": "*",
"mesh3.ip": "*",
"origin.ip": "[127 0 0 1]",
"rbac.permissive.effective_policy_id": "details-reviews-viewer",
"rbac.permissive.response_code": "200",
"request.headers": {
Expand Down

0 comments on commit f1a505e

Please sign in to comment.