User expiry in singlestore

Hello - We are looking to set a expiration for the users we create in MemSQL.

I came across this document but it gets applied globally to all the users in the DB : SingleStoreDB Cloud · SingleStore Documentation

I am looking to enforce the expiration policy to the individual users we create in the memsql. Could you let know how can i go about doing this.

Thanks,

Hello, the engine variable password_expiration_seconds allows you specify the time in seconds before a password expires. As you observed, this variable applies to all users in your cluster. It is not possible to set the password expiration time for individual users.

Can you tell me more about why you want to set the expiration time for each user?