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

Closes #13729: Censor sensitive data source parameters in change log #15032

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

jeremystretch
Copy link
Member

Fixes: #13729

This overrides the to_objectchange() method on DataSource to censor the values of any parameters designated as sensitive for the assigned backend. We're doing this here rather than directly in serialize_object() because we need to determine whether each sensitive value has been modified.

@jeremystretch jeremystretch merged commit fde9c16 into develop Feb 5, 2024
8 checks passed
@jeremystretch jeremystretch deleted the 13729-data-source-credentials branch February 5, 2024 16:35
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Data source username and password are visible in the changelog
2 participants