potiuk commented on a change in pull request #22284:
URL: https://github.com/apache/airflow/pull/22284#discussion_r834038327
##########
File path: airflow/configuration.py
##########
@@ -186,6 +186,18 @@ class AirflowConfigParser(ConfigParser):
('logging', 'worker_log_server_port'): ('celery',
'worker_log_server_port', '2.2.0'),
('api', 'access_control_allow_origins'): ('api',
'access_control_allow_origin', '2.2.0'),
('api', 'auth_backends'): ('api', 'auth_backend', '2.3'),
+ ('database', 'sql_alchemy_conn'): ('core', 'sql_alchemy_conn', '2.3'),
Review comment:
Why do we want to add those values to "sensitive" list? I do not see it
mentioned anywhere - neither updating nor decription of the PR. I also think
it's not the best idea.
Why this?
--
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]