-
Notifications
You must be signed in to change notification settings - Fork 46
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
Implement inband authentication #879
Conversation
8c0fba4
to
d5e87d2
Compare
@gbregman looks great! A couple of thoughts on cosmetics and code organization of demo test variants in In
See pytest, ha matrices for instance. For the
The goal is to keep the GitHub workflow YAML definition lean, clean, and maintainable for the future. wdyt? |
@baum we can't have the key files code in the make as this is done in the bdevperf container, not the gateway. The way it works is that the initiator (in this case bdevperf) needs to maintain the key files and keyring on his side. While the gateway code takes care of the target side. About the connection, it might be possible to move it I just followed what we had before. I don't see why it matters. |
73806a8
to
0e400aa
Compare
@baum we can change the .yml file, but if we decide to do so I prefer to do it in a separate PR. I don't want to pack too many changes to one PR. |
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.
Could you please address the test code issue before merging? Let me know if you need any assistance. Thank you!
I already said that I prefer to do it in a separate PR. |
19034c6
to
2d7ebf3
Compare
Implement inband authentication