-
Notifications
You must be signed in to change notification settings - Fork 16.6k
docs: Clarify that masking in Connection extra JSON is keyword-dependent#58587
docs: Clarify that masking in Connection extra JSON is keyword-dependent#58587potiuk merged 1 commit intoapache:mainfrom
Conversation
What changes
Updated the documentation to clarify that Airflow only masks keys in a Connection's extra JSON field if their names contain specific sensitive keywords, not all keys.
Why
The current documentation states "keys from a Connection's extra (JSON) field" which is misleading as it implies all keys are masked. In reality, only keys whose names contain sensitive keywords (like password, token, api_key, etc.) are masked.
Fixes
Closes #58514
Testing
Documentation change only - no code changes required.
Fixes apache#58514
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Updated documentation to clarify that only keys containing sensitive keywords are masked in Connection's extra JSON field, not all keys.
Fixes apache#58514
Updated documentation to clarify that only keys containing sensitive keywords are masked in Connection's extra JSON field, not all keys.
Fixes apache#58514
Updated documentation to clarify that only keys containing sensitive keywords are masked in Connection's extra JSON field, not all keys.
Fixes apache#58514