-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Move secrets_masker over to airflow_shared distribution #54449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
amoghrajesh
merged 59 commits into
apache:main
from
astronomer:move-secrets-masker-to-shared
Aug 23, 2025
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
36d72c2
Move secrets_masker over to airflow_shared distribution
amoghrajesh d6317ce
better deps
amoghrajesh 47dc00b
update in core
amoghrajesh 105d96c
remove secondary link
amoghrajesh 8c79de0
fixing task sdk tests
amoghrajesh 4439cdc
fixing imports in core and providers
amoghrajesh 89d23f6
fixing api tests
amoghrajesh 707f660
fixing provider tests
amoghrajesh 9e612ba
fixing api tests
amoghrajesh b8d6d3b
fixing k8s tests
amoghrajesh bd992d5
fixing core tests
amoghrajesh c90351e
making the secrets masker a global instance
amoghrajesh 43fa3d6
patch the right target
amoghrajesh 5fa664b
fixing cncf tests
amoghrajesh 1057802
udpating filters with correct paths
amoghrajesh 65a540c
Merge branch 'main' into move-secrets-masker-to-shared
amoghrajesh f1576d4
Merge branch 'main' into move-secrets-masker-to-shared
amoghrajesh 2eb4147
attempt to fix tests
amoghrajesh db0eed3
trying to fix the tests
amoghrajesh d3a75e0
core tests
amoghrajesh b3a5232
Merge branch 'main' into move-secrets-masker-to-shared
amoghrajesh 15ca378
use task sdk secrets masker
amoghrajesh 6aa3456
fix the fixture
amoghrajesh 140c274
sdk masker in conf too
amoghrajesh 3b0b346
remove reset in dag processor
amoghrajesh 90669c0
fixing cli test
amoghrajesh 47e1ae2
correcting fixture
amoghrajesh 9a02776
making the import pattern better
amoghrajesh b52b964
fixing docstring
amoghrajesh 01ce913
consistent usage
amoghrajesh 977f580
fixing core test
amoghrajesh 73c7818
Merge branch 'main' into move-secrets-masker-to-shared
amoghrajesh df2b467
fixing sdk tests
amoghrajesh 4946c5e
Merge branch 'main' into move-secrets-masker-to-shared
amoghrajesh ac4a857
re ref from shared not sdk
amoghrajesh 281861a
fixing tests
amoghrajesh 6f0250a
mask secret on getting var
amoghrajesh 6cac064
trying to remove dependency on settings in tests
amoghrajesh 32161a0
trying to remove dependency on settings in tests
amoghrajesh c4ec151
Merge branch 'main' into move-secrets-masker-to-shared
amoghrajesh 4999d9a
adding shared dep to core and updating script to handle duplicate deps
amoghrajesh 23865ee
fixing task sdk tests
amoghrajesh 1abbdc3
ah the relative import in use
amoghrajesh 3283c6a
normalising the name of the library
amoghrajesh 1029e1c
better way of log masking setting
amoghrajesh 011f359
better way of log masking setting
amoghrajesh 8880440
Merge branch 'main' into move-secrets-masker-to-shared
amoghrajesh 2c81740
review 1 from kaxil
amoghrajesh 4a87939
removing masking from processor
amoghrajesh dcbe01b
public variable
amoghrajesh 635b21d
fixing pyprojects
amoghrajesh 8638f1b
adding workflow for shared masker
amoghrajesh 7853f62
:facepalm
amoghrajesh 2414958
fix runner
amoghrajesh e3025fd
correct name of library with normalize changes
amoghrajesh cb78a2a
wrong name
amoghrajesh 4b28b83
cleaning code up
amoghrajesh 632db50
add pydantic as dependency
amoghrajesh b399d45
fixing tests
amoghrajesh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../../../../shared/secrets_masker/src/airflow_shared/secrets_masker |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.