Skip to content

Commit

Permalink
docs: use PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-amano-hpe committed Apr 5, 2024
1 parent 9034665 commit bbc5034
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/reference/deploy/helm-config-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@
any HTTP traffic. The default timeout is 300 (5 minutes).

- ``initialUserPassword``: Specifies a string containing the default password for the admin and
determined user accounts. (Preferred over ``defaultPassword``.)
determined user accounts.

- ``defaultPassword``: Specifies a string containing the default password for the admin and
determined user accounts. (Deprecated; prefer ``initialUserPassword``)
- ``defaultPassword``: (*Deprecated*) Specifies a string containing the default password for the
admin and determined user accounts. Use ``initialUserPassword`` instead.

- ``logging``: Configures where trial logs are stored. This section takes the same shape as the
logging configuration in the :ref:`cluster configuration <cluster-configuration>`, except that
Expand Down
9 changes: 5 additions & 4 deletions docs/release-notes/helm-requires-user-password.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

**Security Fixes**

- Helm: When deploying a new cluster with Helm, an initial password for the ``admin`` and
``determined`` users should be specified using either ``initialUserPassword`` or
``defaultPassword`` (see helm/charts/determined/values.yaml). Configuring a password is no
longer done as a separate step.
- Helm: When deploying a new cluster with Helm, configuring an initial password for the "admin" and
"determined" users is required and is no longer a separate step. To specify an initial password
for these users, visit the helm/charts/determined/values.yaml file and use either
initialUserPassword (preferred) or defaultPassword (deprecated). For reference, visit
:ref:helm-config-reference.

0 comments on commit bbc5034

Please sign in to comment.