-
Notifications
You must be signed in to change notification settings - Fork 150
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 Results0 tests 0 ✅ 0s ⏱️ Results for commit 7ad89d4. ♻️ 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
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