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

feat(dotnet): masking #1074

Merged
merged 4 commits into from
Sep 18, 2024
Merged

feat(dotnet): masking #1074

merged 4 commits into from
Sep 18, 2024

Conversation

AndriiAndreiev
Copy link
Collaborator

🚥 Resolves RM-8742

🧰 Changes

Adds sensitive data masking to the Dotnet SDK
The logic is the same as we will have in Python SDK (PR #955)

return $"sha512-{base64Hash}?{opts}";
}
}
}
Copy link
Member

Choose a reason for hiding this comment

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

@AndriiAndreiev looks like you're missing a couple end-of-file new lines. May want to update your IDE config!

@@ -16,12 +16,12 @@ cleanup-failure:
test-metrics-dotnet: ## Run Metrics tests against the .NET SDK
docker compose up --build --detach integration_dotnet_metrics_v6.0
sleep 5
npm run test:integration-metrics || make cleanup-failure
SUPPORTS_HASHING=true npm run test:integration-metrics || make cleanup-failure
Copy link
Member

Choose a reason for hiding this comment

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

Can we remove this flag and expect hashing across all of our integration suites, or are we still blocked by php?

@gratcliff gratcliff merged commit cc451c3 into main Sep 18, 2024
45 checks passed
@gratcliff gratcliff deleted the add-dotnet-masking branch September 18, 2024 15:00
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