Skip to content

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

Merged
merged 1 commit into from
Dec 19, 2022
Merged

Add tests for mTLS #329

merged 1 commit into from
Dec 19, 2022

Conversation

iDneprov
Copy link
Contributor

@iDneprov iDneprov commented Dec 15, 2022

Add mTLS integration tests and resources

I haven't forgotten about:

  • Tests
  • Changelog
  • Documentation
  • Commit messages comply with the guideline
  • Cleanup the code for review. See checklist

Related issues:

Closes #328

@iDneprov iDneprov self-assigned this Dec 15, 2022
);
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");
Copy link
Collaborator

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).

@iDneprov iDneprov force-pushed the gh-328 branch 3 times, most recently from 4fe7a2c to cc381ed Compare December 19, 2022 11:56
@iDneprov iDneprov requested review from akudiyar and ArtDu December 19, 2022 12:03
Copy link
Contributor

@ArtDu ArtDu left a 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

ArtDu
ArtDu previously approved these changes Dec 19, 2022
Add mTLS integration tests and resources
Co-authored-by: Oleg Kuznetsov <[email protected]>

Closes #328
Copy link
Collaborator

@akudiyar akudiyar left a comment

Choose a reason for hiding this comment

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

LGTM

@akudiyar akudiyar merged commit d5fcb3e into master Dec 19, 2022
@akudiyar akudiyar deleted the gh-328 branch December 19, 2022 15:01
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.

Add tests for mTLS
3 participants