aztfmod / rover

The rover is a docker container in charge of the deployment of the Terraform platform engineering for Azure
MIT License
173 stars 144 forks source link

No such file or directory when using User Assigned Identity #144

Closed arnaudlh closed 3 years ago

arnaudlh commented 3 years ago

symptoms

When runing rover with MSI authentication, landing zone operations fail with /tf/rover/functions.sh: line 470: ***: No such file or directory.

rover versions:

aztfmod/rover:0.13.6-2104.1611 aztfmod/rover:0.14.10-2104.1611 aztfmod/rover:0.15.0-2104.1611

error

@calling process_actions
@calling verify_parameters
landingzone                   : '/__w/2/s/landingzones/caf_solution/add-ons/azure_devops_agent'
@calling_deploy
@calling get_storage_id
@calling_get_logged_user_object_id
 - AZURE_ENVIRONMENT: AzureCloud
 - ARM_ENVIRONMENT: public
 - logged in Azure with User Assigned Identity: (MSIResource-***)
/tf/rover/functions.sh: line 470: ***: No such file or directory
Error on or near line 470; exiting with status 1
Error on or near line 563; exiting with status 1
arnaudlh commented 3 years ago

If you repro the issue, you can use the following devrover: aztfmod/rover-preview:0.15.0-2104.260258 and let us know your feedbacks!