原英文版地址: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/security-trb-settings.html, 原文档版权归 www.elastic.co 所有
本地英文版地址: ../en/security-trb-settings.html
本地英文版地址: ../en/security-trb-settings.html
重要: 此版本不会发布额外的bug修复或文档更新。最新信息请参考 当前版本文档。
Some settings are not returned via the nodes settings APIedit
Symptoms:
- When you use the nodes info API to retrieve settings for a node, some information is missing.
Resolution:
This is intentional. Some of the settings are considered to be highly
sensitive: all ssl
settings, ldap bind_dn
, and bind_password
.
For this reason, we filter these settings and do not expose them via
the nodes info API rest endpoint. You can also define additional
sensitive settings that should be hidden using the
xpack.security.hide_settings
setting. For example, this snippet
hides the url
settings of the ldap1
realm and all settings of the
ad1
realm.
xpack.security.hide_settings: xpack.security.authc.realms.ldap1.url, xpack.security.authc.realms.ad1.*