Open BC89 opened 1 year ago
@BC89 Which secret store you are using? We only support and recommend using Azure Key Vault secret store for ACA. However, you can also run other 3P secret store as long you have connected with right authN and networking access. Few secret stores are explicitly disabled for security reasons.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
Should bulksecrets request be working in container apps?
Using the latest dapr and the code works in my dev container enviroment but not when deployed. Errors out with the following:
at Dapr.Extensions.Configuration.DaprSecretStoreConfigurationExtensions.AddDaprSecretStore(IConfigurationBuilder configurationBuilder, String store, DaprClient client, IReadOnlyDictionary
2 metada
at Dapr.Client.DaprClientGrpc.WaitForSidecarAsync(CancellationToken cancellationToken) `Thanks!