-
Notifications
You must be signed in to change notification settings - Fork 32
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 connection does not work #247
Comments
There's some old docs on the Wiki here: https://github.com/LNST-project/lnst/wiki/Security which seems to be not correctly formatted anymore (should be markdown, but doesn't set up the sections properly), but I think the general idea should still be the same. So I think that in addition to configuring If you get a chance to try it out please add info here if that helps and if not we can work on figuring out what the problem is. |
I just tried to real quick as this is not blocking issue and found out, there is probably another issues. I kind of followed steps at old docs.
Traceback at controller side is still the same. |
I hit this issue while i was working on #244.
The secure communication between controller and agents, seems to not work. It throws
SecSocketException
error:Beaker job :
J:6674607
Tested just by setting
self._security["auth_type"]
tono-auth
inMachine.__init__
- https://github.com/enhaut/lnst/blob/66d91b1bc19643dcda52ef8db3b3cbadd1937d53/lnst/Controller/Machine.py#L57 .I haven't found documentation so I assume just from
lnst/lnst/Controller/AgentMachineParser.py
Line 133 in ebec44e
lnst/lnst/Controller/Wizard.py
Line 553 in ebec44e
that, it's sufficient and i've tested it correctly.
The text was updated successfully, but these errors were encountered: