Commit Graph

10 Commits

Author SHA1 Message Date
84d09f6dbb replace local jwt with library version
- update ConfigurationController to handle hlaeja jwt instead of jwtService
- update MeasurementController to handle hlaeja jwt instead of jwtService
- add dependency for hlaeja jwt
- remove dependencies for jjwt
- remove JwtService.kt
- remove PublicKeyProvider.kt
- remove jwt key property explanation from additional-spring-configuration-metadata.json
2025-01-02 06:48:12 +01:00
6522809dce add Redis cache and some clean up
- update and cleanup in README.md
- update getIdentity to throw response exception with 401 in JwtService
- update http files to use identity from env
- add cacheable to getIdentityFromDevice in DeviceRegistryService
- add RedisCacheConfiguration
- add CacheProperty
- set up cache property
- set up data redis cache
2024-12-28 05:45:23 +01:00
19f46bd01f add metrics collection for API
- extract webclient call from getConfiguration and add metrics in DeviceConfigurationService
- extract webclient call from getMeasurement, addMeasurement and add metrics in DeviceDataService
- extract webclient call from getIdentityFromDevice and add metrics in DeviceRegistryService
- add MeterRegistry dependency
- fix test application.yml
- update kotlin logging dependency
2024-12-27 23:37:55 +01:00
0e5c4e3e9f update for common plugin v0.2.0
- cleanup Mapper.kt
- update build.gradle.kts to use certificate plugin
- update catalog version
2024-12-10 22:37:46 +01:00
eb76146e95 update dependence for catalog version 5 2024-11-30 14:45:16 +01:00
51f04f81bd set up registry property 2024-11-27 03:26:36 +01:00
3eca24c421 add JwtService 2024-11-27 03:21:18 +01:00
cb8875a754 set up jwt for identity 2024-11-27 03:21:18 +01:00
8342512703 Set up keystore 2024-11-27 02:42:10 +01:00
42692ce94e Set up project structure 2024-11-27 02:38:15 +01:00