aztfmod / rovergo

The next version of Rover, the command line tool for Azure CAF Landingzones. Developed in Go
MIT License
10 stars 7 forks source link

Investigate how to handle authentication to multiple destinations #11

Closed benc-uk closed 3 years ago

benc-uk commented 3 years ago

We need to authenticate in order to call Terraform - however this has been solved see current implementation login.go, azure.go and terraform.go

HOWEVER we also need to call the Azure APIs via the Go SDK, we need to understand how this can be unified and done without

benc-uk commented 3 years ago

This is done, but many questions remain 🤠🤡