-
Notifications
You must be signed in to change notification settings - Fork 12
Add tests for mTLS #329
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
Add tests for mTLS #329
Conversation
); | ||
final Map<String, String> buildArgs = new HashMap<>(); | ||
buildArgs.put("DOWNLOAD_SDK_URI", System.getenv("DOWNLOAD_SDK_URI")); | ||
buildArgs.put("SDK_VERSION", "tarantool-enterprise-bundle-2.10.0-beta2-91-g08c9b4963-r474"); |
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.
I guess this bundle name may change frequently, so it will have more sense to pass it as an environment variable (and therefore from the CI job environment variables).
4fe7a2c
to
cc381ed
Compare
src/test/java/io/tarantool/driver/integration/ssl/SslClientMTlsITEnterprise.java
Outdated
Show resolved
Hide resolved
src/test/java/io/tarantool/driver/integration/ssl/SslClientITEnterprise.java
Outdated
Show resolved
Hide resolved
src/test/java/io/tarantool/driver/integration/ssl/SslClientITEnterprise.java
Outdated
Show resolved
Hide resolved
src/test/java/io/tarantool/driver/integration/ssl/SslClientMTlsITEnterprise.java
Outdated
Show resolved
Hide resolved
src/test/java/io/tarantool/driver/integration/ssl/SslClientMTlsITEnterprise.java
Outdated
Show resolved
Hide resolved
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 squash commits before merge
Add mTLS integration tests and resources Co-authored-by: Oleg Kuznetsov <[email protected]> Closes #328
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.
LGTM
Add mTLS integration tests and resources
I haven't forgotten about:
Related issues:
Closes #328