Relative Content

Tag Archive for javaspringamazon-web-servicesspring-bootredis

Integration of AWS IAM and spring-session-data-redis

Got an Spring Boot Project which uses spring-session-data-redis. Locally everything works out of the box. (localhost:6397) On the “upper” stages we are using Redis in AWS with one Configuration-Endpoint Problem: It’s using AWS IAM. My task is to integrate AWS-IAM Credentials into my spring-session-data-redis-Project. Solution I tried: Created this LettuceConfig as described in https://lettuce.io/core/5.3.7.RELEASE/reference/index.html public […]