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

Authenticate Remote Library #5080

Open
ynerant opened this issue Mar 14, 2024 · 1 comment
Open

Authenticate Remote Library #5080

ynerant opened this issue Mar 14, 2024 · 1 comment

Comments

@ynerant
Copy link

ynerant commented Mar 14, 2024

Hi,

I would like to use the Remote library to execute remote code. I am running Robot in a container that needs to connect to an external machine to execute some specific tests, and the Remote library seems to be perfect for that. But I need to authenticate my calls, to avoid that anyone on my network can access this machine using this protocol.

One idea I have is to add some authentication headers and process it on the server, but it is for now impossible to do this since we can't add extra headers in the implemented XML-RPC client, and I don't know where I could add the authentication layer.

Does anyone have any idea? Or is it possible to implement a structured authentication layer?

@sebastianciupinski
Copy link

ssh tunell maybe

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