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

Dumb question here about WAMP #317

Open
Dinglebarry9 opened this issue May 16, 2020 · 5 comments
Open

Dumb question here about WAMP #317

Dinglebarry9 opened this issue May 16, 2020 · 5 comments

Comments

@Dinglebarry9
Copy link

I am building a mobile application that spawns a docker container running a daemon which accepts rpc commands. I have been looking at WAMP as a way to route a daemon rpc call generated by the mobile client through the WAMP router to their daemon. For testing I have done this easily by just passing rpc creds as parameters in the WAMP procedure. I am pretty positive this is an awful idea but I don't know why and if it is an awful idea as I suspect is it possible to do it better?

@darkl
Copy link
Member

darkl commented May 16, 2020

I don't have enough background on the problem, but you can use an authentication mechanism to verify a client's permissions upon connection establishment. See the documentation website.

@Dinglebarry9
Copy link
Author

The credential are just a username and password, what I am asking is should I also encrypt the parameters that I pass?

@darkl
Copy link
Member

darkl commented May 16, 2020 via email

@darkl
Copy link
Member

darkl commented May 16, 2020

Here, read this.

@Dinglebarry9
Copy link
Author

Thank you I will check this out.

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