-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support MSI (like EC2 roles) authentication when using a remote backend? #18425
Comments
This wasn't resolved by #19414, so I'm going to reopen this for the moment - but this will be in an upcoming PR in the near future |
Update: support for authenticating via MSI has been added in #19433 :) |
Closing since support for authenticating using Managed Service Identity has been added in #19433 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I'm using an Azure server as my terraform control machine, to do my deployments. MSI solves the authentication issue of running terraform, but I can't init the remote backend file unless I provide an explicit storage key.
Is there a way to authenticate via MSI for terraform init when using a remote backend?
The text was updated successfully, but these errors were encountered: