-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline file cache does not work with managed identities. #101
Comments
Any update on this issue? |
We just have new release for managed identity update and will have another release base on it soon for offline cache. |
When managed identity (or any AAD authentication) is used to connect to App Configuration, the user need to provide We should throw a more helpful error when above condition is detected. @abhilasharora can you please make the change? |
Close this as the remaining work is tracked in Azure/AppConfiguration-DotnetProvider#135. |
@zhenlan Is there a workaround for this issue in the meantime? |
@wouterroos One workaround for this issue would be to use a custom implementation of offline cache. The configuration provider allows users to provide their own implementation of |
The
AzureAppConfigurationProvider
has the capability to use an offline file cache, and it also has the capability to connect to Azure App Configuration via Managed Identity for Azure Services. When using both of these together an error is hit saying "Connection string is required". Thus the offline file cache can never be used in applications designed to authenticate with managed identities.The text was updated successfully, but these errors were encountered: