Oskar Mamrzynski
Oskar Mamrzynski
I have the same issue. My binary module has a dependency on assembly version 8 (JSON.NET). I use it together with another module, which has a dependency on same assembly...
I tried using `New-PSDrive` with `-Root '\\hostname\sharename'` on CentOS 7. Same error message.
We have not experienced this issue in a while. AKS 1.27.9 Linkerd control Plane helm chart version 1.16.9
@ch9hn  ``` kubectl oidc-login get-token --oidc-issuer-url=https://login.microsoftonline.com//v2.0 --oidc-client-id= --oidc-use-pkce error: get-token: authentication error: authcode-browser error: authentication error: authorization code flow error: oauth2 error: could not exchange the code and token:...
Reproduced on linkerd edge-24.8.2 (stable-2.16) and AKS 1.30.4. Added a daemonset with busybox running a script from this suggestion: >It turned out that a workaround would be to create a...
Similar problem in Loki 3.1 on AKS disks. [code-stdin-4UP.txt](https://github.com/user-attachments/files/16248195/code-stdin-4UP.txt) I have been deleted PVC and pod so far to recover but this is very cumbersome.
@evanderkoogh I have an auth service in workers. I would like to have a custom counter of login failure events with a reason label. So that can be graphed in...
``` --set extraArgs.scope="openid 6dae42f8-4368-4678-94ff-3960e28e3630/.default" \ ``` This will send `X-Auth-Request-Access-Token` header to the dashboard with correct JWT. However, I still haven't figured out how to rename the header from `X-Auth-Request-Access-Token`...