linkerd2/controller/script/destination-client
Alex Leong 5703d25518
Add context token support to destination client script (#7404)
The destination API expects a json formatted context token which includes the node name of the requesting client.  e.g.

```
go run controller/script/destination-client/main.go -method get -path web-svc.emojivoto.svc.cluster.local:80  --token '{"nodeName":"alex-worker"}'
```

Signed-off-by: Alex Leong <alex@buoyant.io>
2021-12-06 11:58:35 -08:00
..
main.go Add context token support to destination client script (#7404) 2021-12-06 11:58:35 -08:00