You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the dapr azure redis library checks the authentication methods set for redis in the configure infrastructure methods and sets dapr and redis settings as a result. @davidfowl has highlighted that this is too late in the lifecycle.
Once Aspire 9.1 lands a previously internal property UseAccessKeyAuthentication on the AzureRedisCacheResource will become public and the following calls should be moved outside of configure infrastructure
Summary
Currently the dapr azure redis library checks the authentication methods set for redis in the configure infrastructure methods and sets dapr and redis settings as a result. @davidfowl has highlighted that this is too late in the lifecycle.
Once Aspire 9.1 lands a previously internal property
UseAccessKeyAuthentication
on the AzureRedisCacheResource will become public and the following calls should be moved outside of configure infrastructureand
The text was updated successfully, but these errors were encountered: