From e582d7dc802f1fa624f3324ec3500538de0877ad Mon Sep 17 00:00:00 2001 From: Hitoshi Mitake Date: Mon, 29 Jun 2020 23:23:50 +0900 Subject: [PATCH] Documentation: refine the description about password strength --- Documentation/op-guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/op-guide/authentication.md b/Documentation/op-guide/authentication.md index 3a8a5311b..ef2a8f998 100644 --- a/Documentation/op-guide/authentication.md +++ b/Documentation/op-guide/authentication.md @@ -175,4 +175,4 @@ As of version v3.3 if an etcd server is launched with the option `--peer-cert-al See [etcd security page](https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/security.md) for more details. ## Notes on password strength -`etcdctl` command line interface and etcd API don't check a strength (length, coexistence of numbers and alphabets, etc) of the password during creating a new user or updating password of an existing user. An administrator needs to care about a requirement of password strength by themselves. +The `etcdctl` and etcd API do not enforce a specific password length during user creation or user password update operations. It is the responsibility of the administrator to enforce these requirements.