Commit Graph

15 Commits

Author SHA1 Message Date
Stanley Dimant
8164d737bf whitelist fixes, grpc stream fixes 2022-10-20 23:08:46 +02:00
rootdarkarchon
54dd0b0f6e bind interaction to module 2022-10-20 14:29:11 +02:00
rootdarkarchon
c98e2b2dd6 Switch Authentication to asynchronous streaming calls (#16)
* add base grpc service and swap auth service to streaming

* remove Authorize from hub itself

* remove unused usings

* heave files server to net 7, add exception handling in grpc auth stream

Co-authored-by: rootdarkarchon <root.darkarchon@outlook.com>
2022-10-13 16:55:23 +02:00
Stanley Dimant
0d8a401f13 adjust timings for delays 2022-10-09 16:38:37 +02:00
Stanley Dimant
98f9db8a0f stop being dum 2022-10-09 16:32:21 +02:00
Stanley Dimant
4192c9b212 add more logging 2022-10-09 16:20:04 +02:00
Stanley Dimant
b58d882686 adjust to await foreach and adjust enqueue ident change 2022-10-09 16:09:14 +02:00
Stanley Dimant
031d21e087 add logging to stream finish information to receive ident status change 2022-10-09 15:44:37 +02:00
Stanley Dimant
d49ee21d01 adjust logging and change faulty states 2022-10-09 15:30:43 +02:00
Stanley Dimant
3272dbe040 fix log info 2022-10-09 15:27:17 +02:00
Stanley Dimant
e1519f2497 add some debugging info 2022-10-09 15:23:29 +02:00
Stanley Dimant
46d851b9f0 add log line online/offline to enqueuing 2022-10-09 14:53:14 +02:00
Stanley Dimant
b5325b9c50 adjust grpc api for idents 2022-10-09 14:32:44 +02:00
rootdarkarchon
777a764ef1 move marehub to strong api usage (#14)
* move marehub to strong api usage

* fix merge issues

* latest api

* further optimizations
2022-10-08 14:33:25 +02:00
rootdarkarchon
17f26714ce Switch to GrpcClientIdentificationService and abolish Redis for Idents (#12)
* add GrpcClientIdentificationService

* remove unnecessary gauges

* set to no retry policy

* initialize metrics

Co-authored-by: Stanley Dimant <root.darkarchon@outlook.com>
2022-10-05 23:10:36 +02:00