potiuk commented on code in PR #59597: URL: https://github.com/apache/airflow/pull/59597#discussion_r2634954410
########## shared/secrets_backend/src/airflow_shared/secrets_backend/__init__.py: ########## @@ -18,4 +18,10 @@ from .base import BaseSecretsBackend -__all__ = ["BaseSecretsBackend"] +__all__ = ["BaseSecretsBackend", "DEFAULT_SECRETS_SEARCH_PATH"] + +# Server side default secrets backend search path which is the default lookup chain used by server components (scheduler, API server) Review Comment: Just commentin on the "injection" pattern to be used here - so that it is not merged accidentally -- 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]
