Maximillian von Briesen
5014a785a0
Node selection 0/4: Update statdb auth/functionality ( #698 )
...
* remove api key from statdb server reqs; add statdb UpdateUptime and UpdateAuditSuccess to server
* update api key authentication in statdb server
* add todos for future statdb updates
* add UpdateUptime and UpdateAuditSuccess to statdb server
* fix apikey stuff in config.go and statdb_test.go
* fix tests
* update sdbclient.NewClient call in audit package
* fix UpdateUptime and UpdateAuditSuccess in sdbclient
* set api key from statdb/config.go
* change package for statdb tests
* linter fixes
* remove todo comments
* fix sdbclient err checking
* move validate auth functionality to auth package
* update description for statdb api key
* remove import
2018-11-26 12:08:29 -05:00
Michal Niewrzal
1129ead6ef
Fix 'message not signed by the satellite' problem ( #560 )
...
* Fix 'message not signed by the satellite' problem
* fixed build
* fix errors
2018-11-05 16:12:19 +01:00
Bryan White
8b9711cb5e
better waitlist-gating ( #557 )
...
* better waitlist-gating
(cherry picked from commit 490fe02b7c3558da18678dfb651c92ec9c4a75b5)
* fix broken test
* linter fixes
* linter fixes
* make extension verification optional
* add certifcate gating script for captplanet
* fixing tests
* linter fixes
* linter fixes?
* moar linter fixes
* Revert "moar linter fixes"
This reverts commit 8139ccbd73cbbead987b7667567844f50f7df2c8.
* just kill me
* refactor
* refactor tests
* liniter...
* cleanup
2018-11-01 16:48:43 +01:00
Michal Niewrzal
0d03f2fbb5
Send bandwidth alloc from satellite to storage node ( #538 )
...
* Send bandwidth alloc from satellite to storage node
* Remove unecessary nil checks
* set Renter field
* fix tests
* goimports
* Update README.md
* Update README.md
* Update README.md
* Update README.md (#550 )
* Skip flaky TestPing (#552 )
2018-10-30 17:24:46 +01:00
Michal Niewrzal
f9248c21d4
Satellite verification on storage node ( #469 )
...
* Satellite verification on storage node
* fix formatting
* fix formatting
* rename SignatureAuth to SignedMessage
* fixes after review
* fix linter errors
* improve errors handling
* remove SignedMessageProvider
* fix liter errors
* params changed to authorization, signed message in audit, minor fixes
* fix formatting
2018-10-17 13:40:11 +02:00
Michal Niewrzal
351dc523d6
Satellite signature generation ( #453 )
...
* Satellite signature generation
* Add unit test
* remove unused var
* remove base64 encoding from signature generation
2018-10-11 16:35:55 +02:00
Michal Niewrzal
ad327bedb1
Use context to propagate API Key ( #383 )
...
* Satellite signs proofs
* wip
* remove direct apikey usage from pdbclient
* adjusting unit tests
* fix linter errors
* unit tests
* linter errors
* remove usless interface
* remove unused code
* improve unit tests
* signature generation
* code review changes
* code review comments
* back to satellite-id signature generation
* remove go-grpc-middlewar dependency
* small step back
* linter fixes
* fix tests
* packages reorganization
* Move TestAPIKeyInjector to grpcauth package
2018-10-09 16:39:14 +02:00