Commit Graph

16 Commits

Author SHA1 Message Date
82a473a613 upgrade gradle and spring boot 2025-04-16 12:38:37 +02:00
503e307c69 remove influx monitoring 2025-04-16 12:38:37 +02:00
7cc40e7fc6 [RELEASE] - bump version 2025-01-02 07:21:03 +01:00
e49261896a [RELEASE] - release version: 0.2.0 v0.2.0 2025-01-02 07:21:00 +01:00
5a642edf2e update Device Registry
- add catch WebClientResponseException to registerDevice in DeviceRegistryService
- add handle BAD_REQUEST to WebClient deviceRegistryCreateDevice in WebClientCalls.kt
2025-01-02 06:44:37 +01:00
1aee67d51c Authorization
- add SecurityConfiguration
- add JwtAuthenticationManager
- add JwtAuthenticationConverter
- add JwtAuthenticationToken
- add JwtUserDetails
2025-01-02 06:43:15 +01:00
7f87c00dd9 set up authorization 2025-01-02 06:43:15 +01:00
22222fb0e3 Authentication
- add AuthenticationController
- add AuthenticationService
- add AccountRegistryProperty
- add WebClient.accountRegistryAuthenticate to WebClientCalls.kt
2025-01-01 20:54:32 +01:00
0d2457b574 set up authentication 2025-01-01 20:45:11 +01:00
1c4c2f077c [RELEASE] - bump version 2024-12-28 08:20:19 +01:00
b7154a2243 [RELEASE] - release version: 0.1.0 v0.1.0 2024-12-28 08:20:16 +01:00
93680e50d5 Add MeterRegistry monitoring
- update and cleanup in README.md
- extract webclient call from registerDevice and add metrics in DeviceRegistryService
- add WebClientCalls.kt
- update kotlin logging dependency
- add MeterRegistry dependency
2024-12-28 07:16:38 +01:00
10f6486e37 Add device registry
- add RegistryController
- add DeviceRegistryService
- add Helper.kt
- add device registry property
- set up registry property
2024-12-21 14:59:58 +01:00
fe1b88cc97 Set up keystore 2024-12-21 14:58:58 +01:00
f230ab80d2 add WebClientConfiguration 2024-12-20 00:48:32 +01:00
2383c59441 Set up project structure 2024-12-20 00:48:13 +01:00