PacketFire / gemini

Cluster container orchestration tool
Apache License 2.0
0 stars 0 forks source link

Node authentication #51

Closed RaasAhsan closed 5 years ago

RaasAhsan commented 5 years ago

Create an endpoint auth (like join) that accepts a node ID and password in the body as JSON. Authenticate the node ID and check the password against the entry in Consul.

If authentication is successful, generate a session token (don't need to store it anywhere for now). If not, return a proper error message