-
Notifications
You must be signed in to change notification settings - Fork 151
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
Disable local authentication between Airlock Processor and Azure Service Bus in Function Binding #4277
base: main
Are you sure you want to change the base?
Conversation
…ween airlock and servicebus queue
/help |
🤖 pr-bot 🤖 Hello! You can use the following commands: (in response to this comment from @guybartal) |
Unit Test Results21 tests 21 ✅ 0s ⏱️ Results for commit 94cab9f. ♻️ This comment has been updated with latest results. |
/test |
🤖 pr-bot 🤖 🏃 Running tests: https://github.com/microsoft/AzureTRE/actions/runs/12854924727 (with refid (in response to this comment from @guybartal) |
- reuse that name as prefix with local var
…_NAME and add access rights and autoComplete settings
/test-extended |
🤖 pr-bot 🤖 (in response to this comment from @guybartal) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/13165376926 (with refid (in response to this comment from @guybartal) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/13165500132 (with refid (in response to this comment from @guybartal) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/13174494866 (with refid (in response to this comment from @tamirkamara) |
/test-destroy-env |
Destroying PR test environment (RG: rg-tre07c0773e)... (run: https://github.com/microsoft/AzureTRE/actions/runs/13174721502) |
Destroying branch test environment (RG: rg-tree2122e7c)... (run: https://github.com/microsoft/AzureTRE/actions/runs/13174721502) |
Branch test environment destroy complete (RG: rg-tree2122e7c) |
PR test environment destroy complete (RG: rg-tre07c0773e) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/13175197173 (with refid (in response to this comment from @tamirkamara) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/13177381524 (with refid (in response to this comment from @tamirkamara) |
Resolves #4259
What is being addressed
Customers may want to disable local auth between azure functions and
service bus queues, this PR sets the requiered environment variables for Azure Function bindings in Airlock Processor module.
How is this addressed