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

Moving encryption logic to FiksIOSender #53

Closed
ErHaWi opened this issue Aug 3, 2021 · 2 comments
Closed

Moving encryption logic to FiksIOSender #53

ErHaWi opened this issue Aug 3, 2021 · 2 comments

Comments

@ErHaWi
Copy link
Contributor

ErHaWi commented Aug 3, 2021

In certain situations we would like to publish messages over FiksIO, without handling incoming messages. For example incoming messages from our internal message broker. In those cases we do not need the AMQP connection or the resources required to connect to it (we keep the sensitive information like certificates and passwords in an external vault) as we only want to publish and not consume.

I looked into using your FiksIOSender package for this, but this requires encrypting the payload with the recipient's public key and then provide the sender client with the encrypted stream.
The FiksIOClient handles this internally and exposes methods for supplying a list of unencrypted streams, which is much more comfortable to work with as it doesn't require knowledge about the asice containers.

Could you consider moving the logic contained in the FiksIOClient to the FiksIOSender instead?

@jarleborsheim
Copy link
Contributor

We're looking into it 👍

@jarleborsheim
Copy link
Contributor

@ErHaWi We have finally done this and now it is possible to you use the FiksIOSender with encryption logic. Sorry that it took so long

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

No branches or pull requests

2 participants