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: deploy-manage/remote-clusters/_snippets/apikeys-local-ece-remote-private.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,5 +33,5 @@ It requires remote_type substitution to be defined
33
33
If the local deployment runs on version 8.14 or greater, you no longer need to perform this step because the keystore is reloaded automatically with the new API keys.
34
34
::::
35
35
36
-
If you need to update the remote connection with different permissions later, refer to [Change a cross-cluster API key used for a remote connection](/deploy-manage/remote-clusters/ece-edit-remove-trusted-environment.md#ece-edit-remove-trusted-environment-api-key).
36
+
If you need to update the remote connection with different permissions later, refer to [Change a cross-cluster API key used for a remote connection](/deploy-manage/remote-clusters/ece-edit-remove-trusted-environment.md#edit-remove-trusted-environment-api-key).
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/_snippets/apikeys-local-ece-remote-public.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,4 @@ This snippet is in use in the following locations:
26
26
If the local deployment runs on version 8.14 or greater, you no longer need to perform this step because the keystore is reloaded automatically with the new API keys.
27
27
::::
28
28
29
-
If you need to update the remote connection with different permissions later, refer to [Change a cross-cluster API key used for a remote connection](/deploy-manage/remote-clusters/ece-edit-remove-trusted-environment.md#ece-edit-remove-trusted-environment-api-key).
29
+
If you need to update the remote connection with different permissions later, refer to [Change a cross-cluster API key used for a remote connection](/deploy-manage/remote-clusters/ece-edit-remove-trusted-environment.md#edit-remove-trusted-environment-api-key).
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/_snippets/apikeys-local-ech-remote-private.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,4 @@ It requires remote_type substitution to be defined
33
33
If the local deployment runs on version 8.14 or greater, you no longer need to perform this step because the keystore is reloaded automatically with the new API keys.
34
34
::::
35
35
36
-
If you need to update the remote connection with different permissions later, refer to [Change a cross-cluster API key used for a remote connection](/deploy-manage/remote-clusters/ec-edit-remove-trusted-environment.md#ec-edit-remove-trusted-environment-api-key).
36
+
If you need to update the remote connection with different permissions later, refer to [Change a cross-cluster API key used for a remote connection](/deploy-manage/remote-clusters/ec-edit-remove-trusted-environment.md#edit-remove-trusted-environment-api-key).
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/_snippets/apikeys-local-ech-remote-public.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,4 +26,4 @@ This snippet is in use in the following locations:
26
26
If the local deployment runs on version 8.14 or greater, you no longer need to perform this step because the keystore is reloaded automatically with the new API keys.
27
27
::::
28
28
29
-
If you need to update the remote connection with different permissions later, refer to [Change a cross-cluster API key used for a remote connection](/deploy-manage/remote-clusters/ec-edit-remove-trusted-environment.md#ec-edit-remove-trusted-environment-api-key).
29
+
If you need to update the remote connection with different permissions later, refer to [Change a cross-cluster API key used for a remote connection](/deploy-manage/remote-clusters/ec-edit-remove-trusted-environment.md#edit-remove-trusted-environment-api-key).
This section describes the steps to change the API key used for an existing remote connection. For example, if the previous key expired and you need to rotate it with a new one.
2
+
3
+
::::{note}
4
+
If you need to update the permissions granted by a cross-cluster API key for a remote connection, you only need to update the privileges granted by the API key directly in {{kib}}.
5
+
::::
6
+
7
+
8
+
1. On the deployment you will use as remote, use the [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-security-create-cross-cluster-api-key) or [{{kib}}](../api-keys/elasticsearch-api-keys.md) to create a cross-cluster API key with the appropriate permissions. Configure it with access to the indices you want to use for {{ccs}} or {{ccr}}.
9
+
2. Copy the encoded key (`encoded` in the response) to a safe location. You will need it in the next steps.
10
+
3. From the navigation menu, select **Security** and locate the **Remote connections** section.
11
+
4. Locate the API key currently used for connecting to the remote cluster, copy its current alias, and delete it.
12
+
5. Add the new API key by selecting **Add API key**.
13
+
14
+
* For the **Remote cluster name**, enter the same alias that was used for the previous key.
15
+
16
+
::::{note}
17
+
If you use a different alias, you also need to re-create the remote cluster in {{kib}} with a **Name** that matches the new alias.
18
+
::::
19
+
20
+
* For the **Cross-cluster API key**, paste the encoded cross-cluster API key, then click **Add** to save the API key to the keystore.
21
+
22
+
6. Restart the local deployment to reload the keystore with its new setting. To do that, go to the deployment's main page (named after your deployment's name), locate the **Actions** menu, and select **Restart {{es}}**.<br>
23
+
24
+
::::{note}
25
+
If the local deployment runs on version 8.14 or greater, you no longer need to perform this step because the keystore is reloaded automatically with the new API keys.
From a deployment's **Security** page, you can manage trusted environments that were created previously. This can happen when:
2
+
3
+
* You no longer need a trusted environment and want to remove it.
4
+
* You want to refresh the certificate, or add or remove trusted deployments of an existing trusted environment relying on certificates as a security model.
5
+
* You want to remove or update the access level granted by a cross-cluster API key.
By removing a trusted environment, this deployment will no longer be able to establish remote connections using certificate trust to clusters of that environment. The remote environment will also no longer be able to connect to this deployment using certificate trust.
2
+
3
+
::::{note}
4
+
With this method, you can only remove trusted environments relying exclusively on certificates. To remove remote connections that use API keys for authentication, refer to [Change a cross-cluster API key used for a remote connection](#edit-remove-trusted-environment-api-key).
5
+
::::
6
+
7
+
1. Go to the deployment's **Security** page.
8
+
2. In the list of trusted environments, locate the one you want to remove.
9
+
3. Remove it using the corresponding `delete` icon.
1. Go to the **Remote Clusters** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
16
+
2. In the list of existing remote clusters, delete the ones corresponding to the trusted environment you removed earlier.
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/ec-edit-remove-trusted-environment.md
+9-63Lines changed: 9 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,77 +11,23 @@ products:
11
11
12
12
# Manage trusted environments for remote connections in {{ech}} [ec-edit-remove-trusted-environment]
13
13
14
-
From a deployment’s **Security** page, you can manage trusted environments that were created previously. This can happen when:
15
-
16
-
* You no longer need a trusted environment and want to remove it.
17
-
* You want to refresh the certificate, or add or remove trusted deployments of an existing trusted environment relying on certificates as a security model.
18
-
* You want to remove or update the access level granted by a cross-cluster API key.
## Remove a certificate-based trusted environment [ec_remove_a_trusted_environment]
22
19
23
-
By removing a trusted environment, this deployment will no longer be able to establish remote connections using certificate trust to clusters of that environment. The remote environment will also no longer be able to connect to this deployment using certificate trust.
24
-
25
-
::::{note}
26
-
With this method, you can only remove trusted environments relying exclusively on certificates. To remove remote connections that use API keys for authentication, refer to [Change a cross-cluster API key used for a remote connection](#ec-edit-remove-trusted-environment-api-key).
27
-
::::
28
-
29
-
30
-
1. Go to the deployment’s **Security** page.
31
-
2. In the list of trusted environments, locate the one you want to remove.
32
-
3. Remove it using the corresponding `delete` icon.
1. Go to the **Remote Clusters** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
39
-
2. In the list of existing remote clusters, delete the ones corresponding to the trusted environment you removed earlier.
4. Edit the trust configuration for that environment:
53
-
54
-
* From the **Trust level** tab, you can add or remove trusted deployments.
55
-
* From the **Environment settings** tab, you can manage the certificates and the label of the environment.
56
-
57
-
5. Save your changes.
58
-
59
-
60
-
## Change a cross-cluster API key used for a remote connection [ec-edit-remove-trusted-environment-api-key]
61
-
62
-
This section describes the steps to change the API key used for an existing remote connection. For example, if the previous key expired and you need to rotate it with a new one.
63
-
64
-
::::{note}
65
-
If you need to update the permissions granted by a cross-cluster API key for a remote connection, you only need to update the privileges granted by the API key directly in {{kib}}.
66
-
::::
67
-
68
-
69
-
1. On the deployment you will use as remote, use the [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-security-create-cross-cluster-api-key) or [{{kib}}](../api-keys/elasticsearch-api-keys.md) to create a cross-cluster API key with the appropriate permissions. Configure it with access to the indices you want to use for {{ccs}} or {{ccr}}.
70
-
2. Copy the encoded key (`encoded` in the response) to a safe location. You will need it in the next steps.
71
-
3. From the navigation menu, select **Security** and locate the **Remote connections** section.
72
-
4. Locate the API key currently used for connecting to the remote cluster, copy its current alias, and delete it.
73
-
5. Add the new API key by selecting **Add API key**.
74
-
75
-
* For the **Remote cluster name**, enter the same alias that was used for the previous key.
76
-
77
-
::::{note}
78
-
If you use a different alias, you also need to re-create the remote cluster in {{kib}} with a **Name** that matches the new alias.
* For the **Cross-cluster API key**, paste the encoded cross-cluster API key, then click **Add** to save the API key to the keystore.
82
29
83
-
6. Restart the local deployment to reload the keystore with its new setting. To do that, go to the deployment’s main page (named after your deployment’s name), locate the **Actions** menu, and select **Restart {{es}}**.<br>
30
+
## Change a cross-cluster API key used for a remote connection [edit-remove-trusted-environment-api-key]
84
31
85
-
::::{note}
86
-
If the local deployment runs on version 8.14 or greater, you no longer need to perform this step because the keystore is reloaded automatically with the new API keys.
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/ece-edit-remove-trusted-environment.md
+9-63Lines changed: 9 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,77 +11,23 @@ products:
11
11
12
12
# Manage trusted environments for remote connections in {{ece}} [ece-edit-remove-trusted-environment]
13
13
14
-
From a deployment’s **Security** page, you can manage trusted environments that were created previously. This can happen when:
15
-
16
-
* You no longer need a trusted environment and want to remove it.
17
-
* You want to refresh the certificate, or add or remove trusted deployments of an existing trusted environment relying on certificates as a security model.
18
-
* You want to remove or update the access level granted by a cross-cluster API key.
## Remove a certificate-based trusted environment [ece_remove_a_trusted_environment]
22
19
23
-
By removing a trusted environment, this deployment will no longer be able to establish remote connections using certificate trust to clusters of that environment. The remote environment will also no longer be able to connect to this deployment using certificate trust.
24
-
25
-
::::{note}
26
-
With this method, you can only remove trusted environments relying exclusively on certificates. To remove remote connections that use API keys for authentication, refer to [Update the access level of a remote cluster connection relying on a cross-cluster API key](#ece-edit-remove-trusted-environment-api-key).
27
-
::::
28
-
29
-
30
-
1. Go to the deployment’s **Security** page.
31
-
2. In the list of trusted environments, locate the one you want to remove.
32
-
3. Remove it using the corresponding `delete` icon.
1. Go to the **Remote Clusters** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
39
-
2. In the list of existing remote clusters, delete the ones corresponding to the trusted environment you removed earlier.
4. Edit the trust configuration for that environment:
53
-
54
-
* From the **Trust level** tab, you can add or remove trusted deployments.
55
-
* From the **Environment settings** tab, you can manage the certificates and the label of the environment.
56
-
57
-
5. Save your changes.
58
-
59
-
60
-
## Change a cross-cluster API key used for a remote connection [ece-edit-remove-trusted-environment-api-key]
61
-
62
-
This section describes the steps to change the API key used for an existing remote connection. For example, if the previous key expired and you need to rotate it with a new one.
63
-
64
-
::::{note}
65
-
If you need to update the permissions granted by a cross-cluster API key for a remote connection, you only need to update the privileges granted by the API key directly in {{kib}}.
66
-
::::
67
-
68
-
69
-
1. On the deployment you will use as remote, use the [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-security-create-cross-cluster-api-key) or [{{kib}}](../api-keys/elasticsearch-api-keys.md) to create a cross-cluster API key with the appropriate permissions. Configure it with access to the indices you want to use for {{ccs}} or {{ccr}}.
70
-
2. Copy the encoded key (`encoded` in the response) to a safe location. You will need it in the next steps.
71
-
3. From the navigation menu, select **Security** and locate the **Remote connections** section.
72
-
4. Locate the API key currently used for connecting to the remote cluster, copy its current alias, and delete it.
73
-
5. Add the new API key by selecting **Add API key**.
74
-
75
-
* For the **Remote cluster name**, enter the same alias that was used for the previous key.
76
-
77
-
::::{note}
78
-
If you use a different alias, you also need to re-create the remote cluster in {{kib}} with a **Name** that matches the new alias.
* For the **Cross-cluster API key**, paste the encoded cross-cluster API key, then click **Add** to save the API key to the keystore.
82
29
83
-
6. Restart the local deployment to reload the keystore with its new setting. To do that, go to the deployment’s main page (named after your deployment’s name), locate the **Actions** menu, and select **Restart {{es}}**.<br>
30
+
## Change a cross-cluster API key used for a remote connection [edit-remove-trusted-environment-api-key]
84
31
85
-
::::{note}
86
-
If the local deployment runs on version 8.14 or greater, you no longer need to perform this step because the keystore is reloaded automatically with the new API keys.
0 commit comments