-
Notifications
You must be signed in to change notification settings - Fork 142
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
[BUG]Resource Processor error running porter install when creating Base Workspace #1067
Comments
Thanks @AidenQueensU . What happens if you try just So similar format to:
Can you also give the output of I've not seen the issue and am running the same code, however there was a new Azure CLI release not long ago - https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.30.0 that might have broken something. If that is the case we will have to try downgrading the az cli version. |
@marrobi
Login with identity
logging in with |
@AidenQueensU ok, I have managed to reproduce. I upgraded the az cli to 2.30 in my resource processor docker image and got the same error. I downgraded using:
all working again. I will look to pin the Azure CLI version in the docker image, and get in touch with the porter team to see if we can resolve longer term. Thanks for reporting this. |
Confirmed working with the CLI downgrade 👍 Thank you! |
The issue is in the azure cli: Azure/azure-cli#20211 (comment). There is already a PR to fix it: Azure/azure-cli#20219. I would pin, as you've suggested, until the CLI fix rolls in. |
Fresh TRE deploy from commit a23b19c
Describe the bug
After deploying TRE, and publishing and registering the included base workspace bundle, attempting to create a workspace from the base bundle fails. The API says the deployment failed, and returns this error:
I have run the commands listed in the error individually from the resource processor container, and it is the
porter install
that yields this error.For what it's worth, here's the JSON used to register the bundle:
Steps to reproduce
Follow the "installing-base-workspace" guide in the docs: https://github.com/microsoft/AzureTRE/blob/main/docs/tre-admins/setup-instructions/installing-base-workspace.md
To reproduce in the resource processor container, connect via Bastion to the Resource Processor VMSS instance, exec into the container, and run the commands the error states individually. Note that you'll need to fudge an environment variable in the container as
runner.py
does (ln 303) when using MSI auth:export ARM_CLIENT_SECRET=""
The text was updated successfully, but these errors were encountered: