storj/satellite/metainfo
Michal Niewrzal 16878a22ea satellite/metainfo: stops hiding real validateAuth
Metainfo method validateAuth checks things like API key, user permission
and rate limit but at the end all errors were returned as
rpcstatus.Unauthenticated.

Old Metainfo is not touched to avoid backward compatibility issues.

Change-Id: I78eb276210fc50151da58a5c84e13ecd0961da29
2020-03-10 11:53:00 +00:00
..
batch.go satellite/metainfo: combine CommitSegment and CommitObject in batch v2 2020-02-28 07:40:36 +00:00
config.go satellite/metainfo: add timeout for delete request 2020-02-20 09:10:16 +00:00
db_test.go satellite/satellitedb/satellitedbtest: pass ctx as an argument 2020-01-20 16:35:42 +02:00
db.go common: separate repository 2019-12-27 14:11:15 +02:00
delete_pieces_service_test.go satellite/metainfo: fix data race in test 2020-03-09 14:59:44 +00:00
delete_pieces_service.go satellite/metainfo: remove DeletePieces_node_id metric 2020-02-21 20:33:33 +00:00
endpoint_test.go cmd/uplink: remove unused flag 2020-03-09 13:44:46 +00:00
loop_test.go common: separate repository 2019-12-27 14:11:15 +02:00
loop.go satellite/metainfo: track observer timing 2020-02-26 17:42:56 +00:00
loopstats.go satellite/metainfo: track observer timing 2020-02-26 17:42:56 +00:00
metainfo_old_test.go satellite/metainfo: stops hiding real validateAuth 2020-03-10 11:53:00 +00:00
metainfo_test.go satellite/metainfo: stops hiding real validateAuth 2020-03-10 11:53:00 +00:00
metainfo.go satellite/metainfo: stops hiding real validateAuth 2020-03-10 11:53:00 +00:00
service_test.go satellite/metainfo: move RS configuration to satellite 2020-01-22 09:33:53 +00:00
service.go go.mod: update uplink 2020-02-21 16:08:12 +02:00
validation.go satellite/metainfo: stops hiding real validateAuth 2020-03-10 11:53:00 +00:00