You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _security/authentication-backends/ldap.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,9 +137,16 @@ To configure the `bind_dn` and `password` that the Security plugin uses when iss
137
137
```yml
138
138
config:
139
139
bind_dn: cn=admin,dc=example,dc=com
140
+
# Deprecated - use password_secure in the keystore instead
140
141
password: password
141
142
```
142
143
144
+
For increased security, you should use the opensearch keystore and add a corresponding entry for your authn / authz setting via the `password_secure` property:
0 commit comments