3353b1a8aa
Auth: Add authed device tagging ( #72442 )
...
* add authed device tagging
* fix config
* implement feedback
* implement feedback
* add reverse untag behavior
* remove duplicate stat
* Update pkg/services/anonymous/anonimpl/impl.go
2023-07-31 18:04:28 +02:00
a4a87f6228
Auth: Rename Sessions to Devices in counting ( #72432 )
...
* rename session to device
* rename session to device
2023-07-27 11:09:08 +02:00
aade4b0bd2
AnonymousService: Test tagging service ( #64708 )
...
* add anonymous tagging tests
* lint
2023-03-14 10:47:34 +01:00
eb507dca89
Remotecache: rename setbytearray/getbytearray to set/get and remove codec ( #64470 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2023-03-10 13:57:29 +01:00
7c55dbf37d
Remotecache: Migrates get/set calls to use bytearrays and remove get/set functions ( #63525 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2023-03-08 17:08:57 +01:00
1e84d5d93c
Authn: Add caching for anon service ( #63521 )
...
add local cache to protect multiple writes to DB cache
2023-02-22 09:59:28 +01:00
ff78103a24
Authn: Anon session service ( #63052 )
...
* add anon sessions package
* add usage stat fn
* implement count for cache
* add anonservice to authn broker
* lint
* add tests for remote cache count
* move anon service to services
* wrap tagging in goroutine
* make func used
2023-02-21 16:21:18 +01:00