PacketFire / gemini

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

Master token expiration mechanism #41

Closed RaasAhsan closed 5 years ago

RaasAhsan commented 5 years ago

The master should have a mechanism to expire node tokens after awhile. First, the node payload should store the expiration date instead of a TTL. This could be implemented by polling the consul store for all node entries and looping through them all and checking the expiration date.