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

Investigate consul sessions #61

Open
RaasAhsan opened this issue Nov 29, 2018 · 0 comments
Open

Investigate consul sessions #61

RaasAhsan opened this issue Nov 29, 2018 · 0 comments
Assignees

Comments

@RaasAhsan
Copy link

When authentication is successful, we generate a token that is intended to be used to keep a session. We should look at consul's session API and see how to use it to implement node sessions on the master:

Requirements:

  • We can create a session for a node after successfully authenticating
  • We can delete a session after it disconnects
  • We can expire the session after some interval
  • We can reset the session expiry to refresh a session
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