mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-08 20:00:29 -07:00
backporting password length docs PR (#295)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
45ae0a3a8e
commit
777f193f87
2 changed files with 3 additions and 3 deletions
|
@ -232,7 +232,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- The password to use for HTTP basic authentication to the master endpoint.
|
- The password to use for HTTP basic authentication to the master endpoint.
|
||||||
Because the master endpoint is open to the Internet, you should create a
|
Because the master endpoint is open to the Internet, you should create a
|
||||||
strong password.
|
strong password with a minimum of 16 characters.
|
||||||
required: false
|
required: false
|
||||||
client_certificate_config:
|
client_certificate_config:
|
||||||
description:
|
description:
|
||||||
|
@ -647,7 +647,7 @@ masterAuth:
|
||||||
description:
|
description:
|
||||||
- The password to use for HTTP basic authentication to the master endpoint.
|
- The password to use for HTTP basic authentication to the master endpoint.
|
||||||
Because the master endpoint is open to the Internet, you should create a strong
|
Because the master endpoint is open to the Internet, you should create a strong
|
||||||
password.
|
password with a minimum of 16 characters.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
clientCertificateConfig:
|
clientCertificateConfig:
|
||||||
|
|
|
@ -256,7 +256,7 @@ resources:
|
||||||
description:
|
description:
|
||||||
- The password to use for HTTP basic authentication to the master endpoint.
|
- The password to use for HTTP basic authentication to the master endpoint.
|
||||||
Because the master endpoint is open to the Internet, you should create
|
Because the master endpoint is open to the Internet, you should create
|
||||||
a strong password.
|
a strong password with a minimum of 16 characters.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
clientCertificateConfig:
|
clientCertificateConfig:
|
||||||
|
|
Loading…
Add table
Reference in a new issue