potiuk edited a comment on issue #20317:
URL: https://github.com/apache/airflow/issues/20317#issuecomment-997234456


   It's not possible now and it's pretty deliberate. For multi-tenant 
scenarios, adding custom code that executes in  your webserver context 
**should** only be possible by adding new packages rather than adding new code 
on the side. This might change in the future. We are working on "multitenancy" 
features for Airlfow and we are going to gradually add new improvements. One of 
the changes there should be a possibility to add new configuration by 
"declaration" (currently you literally inject a code that is executed in the 
Webserver context, which makes it not really cool for security). 
   
   But it won't be fast as it will require connection UI changes which are part 
of the modern web UI changes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to