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
I'm not sure this is the right place to report this -- I hope it saves time for someone else.
I've been working with App Configuration in a couple of projects, one which went stale for a period. I came back to it to find that the App Config SDK seemingly cannot Build(), failing with a RequestFailedException. The only change I thought I made was switching Docker Desktop to use WSL 2 on the backend, and I've now confirmed this in my testing -- Docker desktop using WSL 2 causes this authentication issue, using HyperV as a back-end runs without issue!!
Steps to repro:
Create a new Azure App Configuration instance, or open existing app Configuration instance.
Hello!
I'm not sure this is the right place to report this -- I hope it saves time for someone else.
I've been working with App Configuration in a couple of projects, one which went stale for a period. I came back to it to find that the App Config SDK seemingly cannot Build(), failing with a RequestFailedException. The only change I thought I made was switching Docker Desktop to use WSL 2 on the backend, and I've now confirmed this in my testing -- Docker desktop using WSL 2 causes this authentication issue, using HyperV as a back-end runs without issue!!
Steps to repro:
Headers:
Server: openresty/1.17.8.2
Date: Sat, 07 Nov 2020 15:15:45 GMT
Connection: keep-alive
WWW-Authenticate: HMAC-SHA256 error="invalid_token", error_description="The access token has expired",Bearer
x-ms-request-id: f74e305d-de1e-4d4f-88b3-3171086ce194
Azure Container instances doesn't seem to have this issue; I've not tried with other containers.
Microsoft.Extensions.Configuration.AzureAppConfiguration v 4.0.0
The text was updated successfully, but these errors were encountered: