Dear team,
I have a liquibase user, UserA, to perform my tasks in the database. Now I need to perform some activities as UserB.
For that I am using the precondition, “runningAs” in my changeset. The problem is it says you want to run as UserB but provided the credentials for UserA.
I am trying to pass the password to the changeset via some way but unable to find a working way.
Please help.