patst
patst
I'm trying to figure out the reason why this is happening. For debugging I created this minimal example: https://gist.github.com/patst/9e0984b3db15abd7dfb3969955608c30 Just start a postgres database locally with `docker run --name postgres...
> Hi, Question regarding workload identities. > > If say we want to utilize multiple workload identities... how would we go about it? > > So far the examples are...
just one update: @chatelain-io was completely right and I had an error about how workload identity works. The oidc file (e.g. located at `/var/run/secrets/azure/tokens/azure-identity-token`) is issued by the kubernetes clusters...
> > > @patst Yup, in my example I set the client id and the tenant id on the service account but you don't have to do this. > >...
looks like this feature request? https://techcommunity.microsoft.com/t5/teams-developer/how-to-send-a-message-to-a-thread-reply-using-botbuilder-4-0-sdk/m-p/3716974 I think this bug / missing feature is very annoying, especially since we make heavy use of group chats.
would love to use WorkloadIdentity as well. The error message (`Original Error: adal: Refresh request failed. Status Code = '400'. Response body: {"error":"invalid_request","error_description":"Identity not found"}`) contains `adal` which is the...
It is not working completely yet. I cannot save the preferenced for Azure Identity usage (no error visible) yet. Have to check the codebase for the reason. If you can...
added missing state keys. seems to work now. Maybe it would make sense to have Azure configured as a dedicated provider at some point
fixed the merge conflicts
> This PR has a conflict with #2283. If that one can be merged first, I’d be happy to resolve the conflicts in this PR afterward, if that’s okay with...