dapr / dapr

Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
https://dapr.io
Apache License 2.0
23.54k stars 1.85k forks source link

Does Dapr supports Microsoft Entra ID authentication for Azure Cache for Redis service #7844

Open dmandal87-tdl opened 4 days ago

dmandal87-tdl commented 4 days ago

We are using Dapr side car in our services. We also connect Azure Redis cache service using Dapr only. Currently the connection happens using Redis Access Keys. But we have a requirement to connect Redis using Microsoft Entra ID authentication instead of Redis Access Keys.

Can you please confirm-