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

Secure writer and reader in same participant do not associate #4041

Merged
merged 1 commit into from Feb 16, 2023

Conversation

jrw972
Copy link
Contributor

@jrw972 jrw972 commented Feb 14, 2023

Problem

A writer and reader in the same participant that uses non-trivial security fail to associate and exchange data. The SingleParticipantWithSecurity tests this scenario but uses an "open" domain so all of the encryption and decryption logic was skipped.

Solution

  • Turn on encryption so that those code paths are exercised in the test.
  • Fix code paths that cannot handle a remote writer being local.

@jrw972 jrw972 self-assigned this Feb 14, 2023
Problem
-------

A writer and reader in the same participant that uses non-trivial
security fail to associate and exchange data.  The
SingleParticipantWithSecurity tests this scenario but uses an "open"
domain so all of the encryption and decryption logic was skipped.

Solution
--------

* Turn on encryption so that those code paths are exercised in the
  test.
* Fix code paths that cannot handle a remote writer being local.
@mitza-oci mitza-oci merged commit 2ab2e08 into master Feb 16, 2023
@mitza-oci mitza-oci deleted the same-secure-participant-bug branch February 16, 2023 04:39
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.

None yet

3 participants