-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tc: Add release note 8851 #8864
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm w/ comments.
this needs to go into the current release with the change i landed, so i'm going to mark it "needs cherry pick". we should chat offline about some other details, though.
|
||
**New Features** | ||
|
||
- Add a configuration setting, ``initial_user_password``, to the master configuration file forcing the setup of an initial user password for the built-in ``determined`` and ``admin`` users during the first launch, specifically when a cluster's database is bootstrapped. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add a configuration setting, ``initial_user_password``, to the master configuration file forcing the setup of an initial user password for the built-in ``determined`` and ``admin`` users during the first launch, specifically when a cluster's database is bootstrapped. | |
- Add a configuration setting, ``initial_user_password``, to the master configuration file forcing the setup of an initial user password for the built-in ``determined`` and ``admin`` users during the first launch, specifically when a cluster's database is bootstrapped. Users with existing clusters should ensure they have passwords set for all users if those clusters are publicly accessible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added the changes e193924
@@ -0,0 +1,5 @@ | |||
:orphan: | |||
|
|||
**New Features** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**New Features** | |
**Security** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added e193924
* tc: Add release note 8851 * refined (cherry picked from commit acded32)
* tc: Add release note 8851 * refined
Description
Adds release note for #8851 force default user passwords for all det deploy and CI clusters