Skip to content
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

fix(ingest): do not dump password #5235

Merged
merged 1 commit into from Jun 24, 2022

Conversation

anshbansal
Copy link
Collaborator

Noticed missing exclude for password

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable). If a new feature has been added a Usage Guide has been added for the same.
  • For any breaking change/potential downtime/deprecation/big changes an entry has been made in Updating DataHub

@github-actions
Copy link

Unit Test Results (metadata ingestion)

       8 files  ±0         8 suites  ±0   1h 18m 39s ⏱️ +47s
   578 tests ±0     575 ✔️ +1    3 💤 ±0  0  - 1 
1 094 runs  ±0  1 051 ✔️ +1  43 💤 ±0  0  - 1 

Results for commit 5694fa6. ± Comparison against base commit 2be1e64.

@github-actions
Copy link

Unit Test Results (build & test)

389 tests  ±0   389 ✔️ ±0   10m 20s ⏱️ +2s
  92 suites ±0       0 💤 ±0 
  92 files   ±0       0 ±0 

Results for commit 5694fa6. ± Comparison against base commit 2be1e64.

@@ -289,7 +289,9 @@ def get_sql_alchemy_url(self):

class BasicSQLAlchemyConfig(SQLAlchemyConfig):
username: Optional[str] = Field(default=None, description="username")
password: Optional[pydantic.SecretStr] = Field(default=None, description="password")
password: Optional[pydantic.SecretStr] = Field(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this already be obfuscated? Shipping either way.

@anshbansal anshbansal merged commit f66a6b4 into datahub-project:master Jun 24, 2022
@anshbansal anshbansal deleted the do-not-dump-password branch June 24, 2022 11:35
alexey-kravtsov pushed a commit to infobip/datahub that referenced this pull request Jul 8, 2022
maggiehays pushed a commit to maggiehays/datahub that referenced this pull request Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants