Hi, We currently don’t have access to the environment and are awaiting their response on whether it can be excluded.
We have not encoded it in our code. It is getting encoded from the package.
It would be better if we had a configuration option rather than overriding the connection pool.
Can you please provide an example of how to configure DefaultAzureCredential?
Hi, We want to use managed identity to connect to redis not password.
configurationOptions = await ConfigurationOptions.Parse($"{cacheHostName}:6380").ConfigureForAzureWithUserAssignedManagedIdentityAsync(managedIdentityId!);
connectionMultiplexer = await ConnectionMultiplexer.ConnectAsync(configurationOptions);
The Microsoft.Azure.StackExchangeRedis package supports authentication via Managed Identity. Is there a way to override ABP.IO’s default cache connection configuration to leverage this package and connect securely to Azure Redis?
So how can we test this in our microservice project? Do we need to upgrade the packages to v9.3?