Skip to content

Commit

Permalink
docs/upgrading-openshift: document password_hash field in 4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Mar 14, 2023
1 parent 9342f39 commit 73bd9be
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/upgrading-openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,26 @@ passwd:
There are no breaking changes between versions 4.12.0 and 4.13.0 of the `openshift` configuration specification. Any valid 4.12.0 configuration can be updated to a 4.13.0 configuration by changing the version string in the config.

The following is a list of notable new features, deprecations, and changes.

### User passwords

The `passwd.users` section enabled the `password_hash` field, which sets the password hash for an account. The `users` section continues to support only the `core` user.

<!-- butane-config -->
```yaml
variant: openshift
version: 4.13.0
metadata:
labels:
machineconfiguration.openshift.io/role: worker
name: core-password
passwd:
users:
- name: core
password_hash: $y$j9T$nQ...
```

## From Version 4.11.0 to 4.12.0

There are no breaking changes between versions 4.11.0 and 4.12.0 of the `openshift` configuration specification. Any valid 4.11.0 configuration can be updated to a 4.12.0 configuration by changing the version string in the config.
Expand Down

0 comments on commit 73bd9be

Please sign in to comment.