-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
14895 Destination MongoDB Strict Encrypt Fixed Failing Integration Test #15191
14895 Destination MongoDB Strict Encrypt Fixed Failing Integration Test #15191
Conversation
/test connector=connectors/destination-mongodb-strict-encrypt
|
/test connector=connectors/destination-mongodb
|
…ncrypt_fix_failing_integration_test
/test connector=connectors/destination-mongodb-strict-encrypt
Build PassedTest summary info:
|
/test connector=connectors/destination-mongodb
Build FailedTest summary info:
|
/test connector=connectors/destination-mongodb
Build FailedTest summary info:
|
/test connector=connectors/destination-mongodb
Build PassedTest summary info:
|
} | ||
|
||
private MongoDatabase getMongoDatabase() { | ||
final String connectionString = String.format("mongodb://%s:%s@%s:%s/%s?authSource=admin&tcl=true", |
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.
please replace tcl
with tls
7He0Jqfg53+yLZv33w6NA4X8QIWdoBuK02ZP7ZhEBcMJOByetsuaHXjadsOpP4LM | ||
7KaP6zUq9kteKD6TgiCTmV6U/tpDvhS3YdVBEdd0aPlBeWGJ+GzubbOUUJOYSkt0 | ||
jQ/Z56qy7eSveCa5ZQ== | ||
-----END CERTIFICATE----- |
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.
What is the expiration date of these keys? We need them to be valid for a very long time.
What
Destination MongoDB Strict Encrypt integration tests were failing because of server availability.
How
Integration tests were adapted to use mongo with test container