mik-laj commented on issue #8258: URL: https://github.com/apache/airflow/issues/8258#issuecomment-640175875
We do not plan to support plugins for secret backends. Custom secret backends can be distributed using regular python packages. If you do not want to create a package, you can add code to the sys.path variable using PYTHONPATH or take advantage of the fact that some directories are automatically added by Airflow e.g. plugin directory (https://github.com/apache/airflow/issues/8647#issuecomment-623208206) plugins should only be used to make changes to Web UI. Any other use carries its problems e.g. higher memory consumption by Airflow ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
