Flag deprecated expose_config=non-sensitive-only in config lint - #72507
Open
FrankYang0529 wants to merge 1 commit into
Open
Flag deprecated expose_config=non-sensitive-only in config lint#72507FrankYang0529 wants to merge 1 commit into
FrankYang0529 wants to merge 1 commit into
Conversation
Signed-off-by: PoAn Yang <payang@apache.org>
FrankYang0529
force-pushed
the
airflow-config-lint-expose-config-non-sensitive-only
branch
from
September 4, 2026 11:34
300ac17 to
7a105ae
Compare
FrankYang0529
marked this pull request as ready for review
September 4, 2026 12:55
FrankYang0529
requested review from
bugraoz93,
dheerajturaga,
henry3260 and
potiuk
as code owners
September 4, 2026 12:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
[api] expose_config = non-sensitive-onlywas deprecated in Treat non-sensitive-only as true and always mask sensitive values in public api's #59880 (3.2.0), but the only signal is aDeprecationWarningthat the api-server emits once per process while servingGET /config.non-sensitive-only,airflow config lintandairflowctl config lintreport "No issues found in your airflow.cfg. It is ready for Airflow 3!".How
ConfigChangerule (was_removed=False,is_invalid_if="non-sensitive-only") to bothCONFIGS_CHANGESlists, following the existing rule.Verification
uv run --frozen --project airflow-core pytest airflow-core/tests/unit/cli/commands/test_config_command.pyuv run --frozen --project airflow-ctl pytest airflow-ctl/tests/airflow_ctl/ctl/commands/test_config_command.pyOn main branch, it shows
No issues found in your airflow.cfg. It is ready for Airflow 3!. In this branch, it shows:Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.