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
149463: sql: restrict ALTER user password for provisioned users r=rafiss a=souravcrl
We need to restrict the `ALTER USER password` command for provisioned users to
disallow password set/password change for self as login access for these users
is strictly managed through IDP based authentication method.
fixes#146061
Epic CRDB-21590
Release note (sql): Post the 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).
Co-authored-by: souravcrl <[email protected]>
0 commit comments