cgraf-spiria

Results 3 comments of cgraf-spiria

Yes it happened after upgrading. Current: 7.0.1 Previous: 6.7.1 ![image](https://user-images.githubusercontent.com/93733165/177562430-b38d1342-0ac9-455c-b731-018f42db5559.png) Markdown used: ``` text before [![Go Reference](https://pkg.go.dev/badge/golang.org/x/example.svg)](https://pkg.go.dev/golang.org/x/example) text after ``` Expected result: ![image](https://user-images.githubusercontent.com/93733165/177563492-c92325ce-34bc-405d-bed5-10ae8f8523a9.png)

Link to bug in Mattermost's issue tracker: https://mattermost.atlassian.net/browse/MM-45540

Yes `--authentication-method=ActiveDirectoryAzCli` works 🎉 Example task in Azure DevOps with a service connection using workload identity federation with openid connect. GitHub should be similar. ``` - task: AzureCLI@2 displayName: SQL...