Password do not match Exception when connecting to multiple buckets

I’m trying to connect to multiple buckets using Spring data Couchbase. The first bucket details are configured in the properties file and using the same password I’m trying to connect to another bucket which is in the same profile. While doing so, I’m getting

 nested exception is com.couchbase.client.java.error.InvalidPasswordException: 
 Passwords for bucket "Bucket2Doc" do not match.

and also I’m getting java.util.concurrent.TimeoutException.

Could anyone please help me with this.
Thanks.

Hi @MavrickAvihs,

Yes there are no cluster level configurable parameters on properties file for authentication, created ticket for adding that.