[6.8] fixed path to config file (#85257) (#85272)

Co-authored-by: Vincent Fuchs <vincent.fuchs@gmail.com>
This commit is contained in:
Larry Gregory 2020-12-08 09:01:48 -05:00 committed by GitHub
parent 77e13ba4e8
commit f01437d4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ POST /_xpack/security/user/reporter
* If you are using an LDAP or Active Directory realm, you can either assign
roles on a per user basis, or assign roles to groups of users. By default, role
mappings are configured in
{ref}/mapping-roles.html[`config/shield/role_mapping.yml`].
{ref}/mapping-roles.html[`config/role_mapping.yml`].
For example, the following snippet assigns the user named Bill Murray the
`kibana_user` and `reporting_user` roles:
+