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
This works locally running with docker compose, but in the container app this always creates the following exception:
Unhandled exception. System.Threading.Tasks.TaskCanceledException: A task was canceled.
at Dapr.Client.DaprClientGrpc.WaitForSidecarAsync(CancellationToken cancellationToken)
at Dapr.Extensions.Configuration.DaprSecretStore.DaprSecretStoreConfigurationProvider.LoadAsync()
at Dapr.Extensions.Configuration.DaprSecretStore.DaprSecretStoreConfigurationProvider.Load()
at Microsoft.Extensions.Configuration.ConfigurationManager.AddSource(IConfigurationSource source)
at Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft.Extensions.Configuration.IConfigurationBuilder.Add(IConfigurationSource source)
...
I have tried with timeouts of up to one minute.
Is there some configuration I am missing that I should have set?
The text was updated successfully, but these errors were encountered:
@lsoft-bho Are you still experiencing this issue? ACA should be running a few newer versions than they were when you first reported the issue and I'm hopeful that between their update and this PR, this issue is now resolved.
I have services deployed in Azure Container Apps with Dapr enabled. I'm trying to add a secrret store to the configuration like this:
This works locally running with docker compose, but in the container app this always creates the following exception:
I have tried with timeouts of up to one minute.
Is there some configuration I am missing that I should have set?
The text was updated successfully, but these errors were encountered: