linkerd2/controller
Kevin Leimkuhler 525ad264b0
Print identity in destination client and fix proxy-identity log line (#4873)
## Motivation

These changes came up when testing mock identity. I found it useful for the
destination client to print the identity of endpoints.

```
❯ go run controller/script/destination-client/main.go -method get -path h1.test.example.com:8080
INFO[0000] Add:                                         
INFO[0000] labels: map[concrete:h1.test.example.com:8080] 
INFO[0000] - 127.0.0.1:4143                             
INFO[0000]   - labels: map[addr:127.0.0.1:4143 h2:false] 
INFO[0000]   - protocol hint: UNKNOWN                   
INFO[0000]   - identity: dns_like_identity:{name:"foo.ns1.serviceaccount.identity.linkerd.cluster.local"} 
INFO[0000]
```

I also fixed a log line in the proxy-identity where used the wrong value for the
CSR path

Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
2020-08-13 13:49:55 -07:00
..
api Spelling (#4872) 2020-08-12 21:59:50 -07:00
cmd Spelling (#4872) 2020-08-12 21:59:50 -07:00
gen support overriding inbound and outbound connect timeouts. (#4759) 2020-07-27 13:56:21 -07:00
heartbeat Upgrade prometheus to v1.2.1 (#3541) 2019-12-11 15:26:16 -08:00
identity Cert manager support (#3600) 2019-10-24 13:15:14 -07:00
k8s Spelling (#4872) 2020-08-12 21:59:50 -07:00
proxy-injector Update proxy-init version to v1.3.6 (#4850) 2020-08-11 11:54:00 -05:00
script/destination-client Print identity in destination client and fix proxy-identity log line (#4873) 2020-08-13 13:49:55 -07:00
sp-validator Delete unused files (#4729) 2020-07-08 06:41:44 -05:00
tap Upgrade generated protobuf files to v1.4.2 (#4673) 2020-06-26 09:36:48 -05:00
webhook Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00
Dockerfile Build ARM docker images (#4794) 2020-08-05 11:14:01 -07:00