Merge pull request #247 from langflow-ai/225-opensearch-def-nit
docs: Comment for complex password requiremens on OpenSearch
This commit is contained in:
commit
49b16764ed
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ NUDGES_FLOW_ID=ebc01d31-1976-46ce-a385-b0240327226c
|
||||||
# Set a strong admin password for OpenSearch; a bcrypt hash is generated at
|
# Set a strong admin password for OpenSearch; a bcrypt hash is generated at
|
||||||
# container startup from this value. Do not commit real secrets.
|
# container startup from this value. Do not commit real secrets.
|
||||||
# must match the hashed password in secureconfig, must change for secure deployment!!!
|
# must match the hashed password in secureconfig, must change for secure deployment!!!
|
||||||
|
# NOTE: if you set this by hand, it must be a complex password:
|
||||||
|
The password must contain at least 8 characters, and must contain at least one uppercase letter, one lowercase letter, one digit, and one special character.
|
||||||
OPENSEARCH_PASSWORD=
|
OPENSEARCH_PASSWORD=
|
||||||
|
|
||||||
# make here https://console.cloud.google.com/apis/credentials
|
# make here https://console.cloud.google.com/apis/credentials
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue