-
Notifications
You must be signed in to change notification settings - Fork 148
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
airlock request failed due to an unknown reason #3705
Comments
also awaiting my review section is also empty |
Hi @basitrehman531997 lets deal with the initial issue first. Have you enabled malware scanning in the It is could be an issue creating the storage container, or with the function that creates it. Can you check the airlock function app logs - it is named Also can you confirm the TRE version you are using. Thanks. |
hi @marrobi but in local.setting.json-sample is |
Can you try setting it to false, running And see if the issue still exists? |
Azure TRE is the version ?can tell me how to check the current version of running tre |
@marrobi |
Yes, that is fine. Are you running from Does the airlock work? If not please send a screenshot of the function app in the portal and verify the malware scanning setting value in the function app configuration? |
@marrobi |
So you no longer get the unknown error? Are there any details with the 500 error? Also worth checking the Application Insights for any 500 errors logged. |
this was the error when i create airlock import request workspaces/e78db6e7-04e4-42cd-b538-4c909e29251c/requests |
Ok, you need to check app insights or the function logs as I am not sure what is causing the issue. Can you double check the review workspace settings are configured correctly. |
this is the activity log of function app |
They look to be from a while ago? If you drill down further do you get any more info? Anything on the front page of the function app overview - can you send a snip of that please? |
oky this is in application insight section in failures we have fail count include response code 404,and 403 |
Hmm, there is no runtime version. @martinpeck is this not similar to what you saw, but was fixed in release v0.14.0? @brehmanepicsoft under Deployment Center what version is the container image? Thanks. |
@marrobi how to know the version of the container image ? |
Go to Deployment Centre in the left menu of the function app. |
in setting of deployment section i seen tag which is 0.6.1 |
@marrobi and the other question is that how to know tre version in UI or in devcontainer |
That's certainly the behaviour that I'd hoped had been addressed. |
@martinpeck yes this is present in tre firewall.thanks can i make again enable_airlock_malware_scanning: ture |
@brehmanepicsoft leave that off for now, I think there may be two separate issues. Might be worth checking the firewall logs to see what traffic is being denied form the airlock processor subnet. |
activity log of tre firewall logs of tre firewall: |
OK, so that issue is different. It shouldn't be preventing the airlock processor from starting up (but...maybe is is? Maybe the airlock processor can't access pypi to pull packages as it starts up?) 0.14.1 fixes this. This is the only fix/change contained in 0.14.1 so can I suggest you upgrade to this and see if that fixes the airlock? |
FYI this is the bug that was fixed in 0.14.1... |
If you want, you can manually apply the fix that 0.14.1 includes. If you look at my screenshot of the firewall rules above you'll see that there are two pypi.org related exceptions in the very last rule. You want to allow both You can manually add 0.14.1 applies this fix for you. |
I attempted to address the problem, but the issue persists. |
When I send a request to the airlock system, it typically produces a container for file uploads. However, the current situation is that the request no longer results in the creation of a container. Furthermore, when I check the Azure portal, I notice that there is no container defined in the request's SAS URL. |
Does the function have a runtime in the portal? That the issue we need to resolve. For some reason the function app isn't starting correctly. If no runtime, can you try deleting the function and its service plan and try |
when i access file-system logs of function give me message |
i also update version but in firewall you address me the issue of pypi.org is not added automatically. |
@marrobi |
Looks like is an issue with import requests in certain circumstances: |
Closing as per #3767 |
The airlock request encountered an issue and failed after a while of being submitted. Another factor contributing to this problem is that I received an authentication error when executing a CLI command. Additionally, when I attempted to upload a file via the portal, the imported viewer virtual machine displayed an empty folder.
i used base workspace
v 0.14.0
The text was updated successfully, but these errors were encountered: