14325: Fix PrivateKey config type.
authorTom Clegg <tclegg@veritasgenetics.com>
Tue, 12 Feb 2019 16:25:56 +0000 (11:25 -0500)
committerTom Clegg <tclegg@veritasgenetics.com>
Tue, 12 Feb 2019 16:25:56 +0000 (11:25 -0500)
commitb56e2857bfa4f7d2094546ffa3407cede877fed1
tree0e456f759d9842181684239f86ac04afe212c730
parent4f2aab840085126c11308553860888ce231c2a15
14325: Fix PrivateKey config type.

JSON decoder expects []byte fields to be base64-encoded, which we
don't want here.

refs #14325

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>
lib/dispatchcloud/dispatcher.go
lib/dispatchcloud/dispatcher_test.go
sdk/go/arvados/config.go