docs: finalize and verify Redis-to-Valkey migration and Keycloak hardening
Updated `MASTER_ROADMAP_2026_Q1.md` to reflect completed Redis-to-Valkey migration and Keycloak production configuration. Adjusted property paths in `base-application.yaml` and session logs with corrected environment variable names. Verified end-to-end Docker stability and roadmap alignment. Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
@@ -7,12 +7,12 @@ spring:
|
||||
autoconfigure:
|
||||
exclude:
|
||||
- "org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration"
|
||||
# --- VALKEY (für Rate Limiting) ---
|
||||
# --- VALKEY (Redis-protokollkompatibel, Spring nutzt spring.data.redis.*) ---
|
||||
data:
|
||||
valkey:
|
||||
redis:
|
||||
host: ${SPRING_DATA_VALKEY_HOST:localhost}
|
||||
port: ${SPRING_DATA_VALKEY_PORT:6379}
|
||||
password: ${SPRING_DATA_VALKEY_PASSWORD:valkey-password}
|
||||
password: ${SPRING_DATA_VALKEY_PASSWORD:}
|
||||
|
||||
# --- CONSUL (Service Discovery) ---
|
||||
cloud:
|
||||
|
||||
Reference in New Issue
Block a user