[DOCS] Reorder bullet items in CCS security docs (#48501)

Adjust the last bullet item to be above the code block for better readability and to avoid it being skimmed over
This commit is contained in:
Peter Dyson 2019-10-25 13:11:31 +00:00 committed by James Rodewig
parent edab3748e9
commit eb44a25899
1 changed files with 6 additions and 3 deletions

View File

@ -39,6 +39,11 @@ For more information about the `xpack.security.enabled` setting, see
** Adding the CA certificate from the local cluster as a trusted CA in
each remote cluster (see {ref}/security-settings.html#transport-tls-ssl-settings[Transport TLS settings]).
* On the local cluster, ensure that users are assigned to (at least) one role
that exists on the remote clusters. On the remote clusters, use that role
to define which indices the user may access. (See <<authorization>>).
* Configure the local cluster to connect to remote clusters as described
in {ref}/modules-remote-clusters.html#configuring-remote-clusters[Configuring Remote Clusters].
For example, the following configuration adds two remote clusters
@ -65,9 +70,7 @@ PUT _cluster/settings
-----------------------------------------------------------
--
* On the local cluster, ensure that users are assigned to (at least) one role
that exists on the remote clusters. On the remote clusters, use that role
to define which indices the user may access. (See <<authorization>>).
==== Example Configuration of Cross Cluster Search