mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Generate passwords from [A-Za-z0-9] so that they are safe to be used in shell scripts. Entropy deterioration is not significant (124.9 -> 119), generated passwords still meet guidelines and best practices regarding length and complexity. Resolves elastic/x-pack-elasticsearch#3087 Original commit: elastic/x-pack-elasticsearch@078639e7c2