Skip to content

Commit 48435b0

Browse files
committed
Review changes
Signed-off-by: Michael Montgomery <[email protected]>
1 parent f18d288 commit 48435b0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

deploy-manage/users-roles/cluster-or-deployment-auth/managed-credentials-eck.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ spec:
5252
5353
## ECK auto-generated credentials
5454
55-
{{eck}} auto-generates credentials for the `elastic` user and other users. These credentials are stored in Kubernetes Secrets and are labeled with `eck.k8s.elastic.co/credentials=true`.
55+
{{eck}} auto-generates credentials for [the `elastic` user](#k8s-default-elastic-user) and other file-based users. These credentials are stored in Kubernetes Secrets and are labeled with `eck.k8s.elastic.co/credentials=true`.
5656

57-
### Rotating auto-generated credentials [k8s-rotate-credentials]
57+
### Rotate auto-generated credentials [k8s-rotate-credentials]
5858

5959
You can force the auto-generated credentials to be regenerated with new values by deleting the appropriate Secret. For example, to change the password for the `elastic` user from the [quickstart example](/deploy-manage/deploy/cloud-on-k8s/elasticsearch-deployment-quickstart.md), use the following command:
6060

@@ -76,18 +76,19 @@ kubectl delete secret -l eck.k8s.elastic.co/credentials=true
7676
This command regenerates auto-generated credentials of **all** {{stack}} applications in the namespace.
7777
::::
7878

79-
### Controlling the length of auto-generated passwords
79+
### Control the length of auto-generated passwords
80+
8081
```{applies_to}
81-
eck: ga 2.2
82+
eck: ga 3.2
8283
```
8384

8485
:::{note}
85-
The ability to control the length of passwords for [file-based credentials](/deploy-manage/users-roles/cluster-or-deployment-auth/file-based.md) generated by {{eck}} requires an Enterprise license.
86+
The ability to control the length of passwords generated by {{eck}} requires an Enterprise license.
8687
:::
8788

88-
You can control the length of generated file-based passwords in {{eck}} installations by setting either `config.policies.passwords.length` in your Helm chart values or `password-length` in the `elastic-operator` `ConfigMap` when installing with YAML manifests. Refer to the [operator configuration documentation](../../deploy/cloud-on-k8s/configure-eck.md) for details on managing these settings.
89+
You can control the length of auto-generated passwords in {{eck}} installations by setting either `config.policies.passwords.length` in your Helm chart values or `password-length` in the `elastic-operator` `ConfigMap` when installing with YAML manifests. Refer to the [operator configuration documentation](../../deploy/cloud-on-k8s/configure-eck.md) for details on managing these settings.
8990

90-
Changing these values does not update existing passwords. To rotate current credentials, refer to the [rotating credentials documentation](#k8s-rotate-credentials)
91+
Changing these values does not update existing passwords. To rotate current credentials, refer to the [Rotate auto-generated credentials](#k8s-rotate-credentials)
9192

9293
## Creating custom users
9394

0 commit comments

Comments
 (0)