Skip to content

Commit bb590bf

Browse files
geekpetejrodewig
authored andcommitted
[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
1 parent f26f3da commit bb590bf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

x-pack/docs/en/security/ccs-clients-integrations/cross-cluster.asciidoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ For more information about the `xpack.security.enabled` setting, see
3939
** Adding the CA certificate from the local cluster as a trusted CA in
4040
each remote cluster (see {ref}/security-settings.html#transport-tls-ssl-settings[Transport TLS settings]).
4141

42+
43+
* On the local cluster, ensure that users are assigned to (at least) one role
44+
that exists on the remote clusters. On the remote clusters, use that role
45+
to define which indices the user may access. (See <<authorization>>).
46+
4247
* Configure the local cluster to connect to remote clusters as described
4348
in {ref}/modules-remote-clusters.html#configuring-remote-clusters[Configuring Remote Clusters].
4449
For example, the following configuration adds two remote clusters
@@ -66,9 +71,7 @@ PUT _cluster/settings
6671

6772
--
6873

69-
* On the local cluster, ensure that users are assigned to (at least) one role
70-
that exists on the remote clusters. On the remote clusters, use that role
71-
to define which indices the user may access. (See <<authorization>>).
74+
7275

7376
==== Example configuration of cross cluster search
7477

0 commit comments

Comments
 (0)