storj/pkg/auth/signing
Cameron 1283036e37
add storage node voucher request service (#2158)
* add voucher service on storage node

* config field tag syntax, go routines for requests

* hook up voucher service in storagenode/peer.go

* add voucher config to testplanet

* add voucher config to testplanet

* add voucher response status INVALID, ACCEPTED, REJECTED

* add a test for vouchers service

* handle no row from GetValid, test it

* add trust pool to voucher service

* use trusted list to get satellites

* verify vouchers upon receipt

* test VerifyVoucher
2019-06-21 18:48:52 -04:00
..
encode.go pkg/auth: add monkit task to missing places (#2123) 2019-06-05 07:47:01 -06:00
peers.go pkg/auth: add monkit task to missing places (#2123) 2019-06-05 07:47:01 -06:00
sign.go pkg/auth: add monkit task to missing places (#2123) 2019-06-05 07:47:01 -06:00
verify.go add storage node voucher request service (#2158) 2019-06-21 18:48:52 -04:00