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
sql: restrict ALTER user password for provisioned users
We need to restrict the `ALTER USER password` command for provisioned users to
disallow password & PROVISIONSRC option set/update changes as login access for
these users is strictly managed through preassigned IDP based authentication
method.
fixes#146061
Epic CRDB-21590
Release note (sql change): The users with the role option `PROVISIONSRC`
assigned to them will be unable to change their own password overriding any
config set for sql.auth.change_own_password.enabled cluster setting. Changing
other role options still has the same privilege requirements as before (either
CREATEROLE or CREATELOGIN, depending on the option). The role option for
PROVISIONSRC is also only assignable and cannot be altered using `ALTER role`
command.
0 commit comments