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

Authorization #38

Closed
chadlagore opened this issue Jan 3, 2018 · 0 comments · Fixed by #30
Closed

Authorization #38

chadlagore opened this issue Jan 3, 2018 · 0 comments · Fixed by #30
Assignees
Labels
:daemon daemon and serverside functionality
Milestone

Comments

@chadlagore
Copy link
Contributor

Add some auth to the daemon

One promising approach is to use a JWT. We've already generated an RSA key server-side. We can use it to create a JWT during the server bootstrapping process, and securely pipe it back to the client over SSH for storage in it's config folder. All of this should happen without involving the user.

@chadlagore chadlagore self-assigned this Jan 3, 2018
@chadlagore chadlagore added the :daemon daemon and serverside functionality label Jan 3, 2018
@chadlagore chadlagore added this to the V0.0.1 milestone Jan 3, 2018
bobheadxi added a commit that referenced this issue Jan 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:daemon daemon and serverside functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant