-
Notifications
You must be signed in to change notification settings - Fork 32
Update QuixStreams to 3.23.1 and add comprehensive test infrastructure #651
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
Conversation
http_api_sample is near identical to http_api_source, therefore consolidating
smaller changes in some of the samples to allow for testing
Some refactoring was necessary to make it work
return empty string instead of None for subtable names to prevent invalid line protocol
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 21348440 | Triggered | Generic Private Key | 68ed698 | tests/sources/hivemq/certs/ca.key | View secret |
| 21328423 | Triggered | Generic Password | 6447f76 | tests/destinations/TDengine/docker-compose.test.yml | View secret |
| 21348441 | Triggered | Generic Private Key | 68ed698 | tests/sources/hivemq/certs/server.key | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of the reasons HTTP sample is duplicated is because one was living in Connectors option and the other one in Templates.
I don't know if there is still some value on having something like an HTTP template on Templates option rather than ask the user to use the one in Connectors.
This PR updates all samples to use QuixStreams 3.23.1 and implements a comprehensive test infrastructure for sources, transformations, and destinations.
Key Changes
QuixStreams Updates (41 samples)
Sample Improvements
Test Infrastructure (30+ test suites)
Cleanup
Testing
All samples have been updated with test infrastructure to validate functionality against actual service dependencies using Docker Compose.