Skip to content

Mask sensitive information #672

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
merged 2 commits into from
Jul 16, 2024
Merged

Mask sensitive information #672

merged 2 commits into from
Jul 16, 2024

Conversation

grieve54706
Copy link
Contributor

@grieve54706 grieve54706 commented Jul 16, 2024

Mask all fields of connection info.

@grieve54706 grieve54706 requested a review from goldmedal July 16, 2024 04:56
Comment on lines 65 to 69
host: str
port: int
database: str
user: str
password: str
password: SecretStr
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should mask all info in the connection info. People might not want to expose their host, port, or any information that could make others try to access their machine.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure

@grieve54706 grieve54706 force-pushed the feature/sensitive-mark branch from 00f67b2 to 30f78f6 Compare July 16, 2024 07:34
@grieve54706 grieve54706 requested a review from goldmedal July 16, 2024 07:57
Copy link
Contributor

@goldmedal goldmedal left a comment

Choose a reason for hiding this comment

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

Thanks @grieve54706 Looks good to me.

@goldmedal goldmedal merged commit f9db852 into main Jul 16, 2024
4 checks passed
@goldmedal goldmedal deleted the feature/sensitive-mark branch July 16, 2024 07:59
grieve54706 added a commit that referenced this pull request Dec 13, 2024
* Mask sensitive

* Make all fields of connection info be secret
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.

2 participants