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
Describe the bug
The MSAL GO example uses autorest which is not supported after March 2023. Update the sample to something that will be supported long term.
Steps To Reproduce
Expected behavior
Example using library that will be supported long term.
Logs
Environment
Kubernetes version (use kubectl version):
Cloud provider or hardware configuration:
OS (e.g: cat /etc/os-release):
Kernel (e.g. uname -a):
Install tools:
Network plugin and version (if this is a network-related bug):
Others:
Additional context
The text was updated successfully, but these errors were encountered:
This is not complete. The link provided does not offer examples for GO.
@jeffpuckett The GO sdk support is still in beta which is why we haven't published it yet. When v1.2.0 of azure identity is released, we'll add that example. The MSAL examples were added earlier because azure identity still didn't support client assertion. The SDK team recommendation is to use azure identity instead of MSAL. If you're interested in trying out the go example, this is what they have so far: Azure/azure-sdk-for-go#15615 (comment).
The intent was not to mark it completed but to say we'll update when the official release is available. For now there is no official release for the azidentity go SDK yet. Here is an issue to track adding that: #187
Describe the bug
The MSAL GO example uses autorest which is not supported after March 2023. Update the sample to something that will be supported long term.
Steps To Reproduce
Expected behavior
Example using library that will be supported long term.
Logs
Environment
kubectl version
):cat /etc/os-release
):uname -a
):Additional context
The text was updated successfully, but these errors were encountered: