PacketFire / gemini

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

Repurpose join, add password generation #50

Closed bramz closed 5 years ago

bramz commented 5 years ago

49

bramz commented 5 years ago

@RaasAhsan, How secure should this be? When referencing secrets doc see recipes and best practices. Should we be generating these with a cryptographically-strong, one-way irreversible hash function?

RaasAhsan commented 5 years ago

@bramz good call out! its probably a good idea if we use something like bcrypt to store the password inside consul. we'll still need to return the plain password to the client however