MXS-2813: Mask password values in output
The password values are now masked with asterisks. This tells whether a password is set or not but it does not expose any information about the password itself.
This commit is contained in:
@ -63,7 +63,7 @@ describe("Create/Destroy Commands", function() {
|
||||
res.data.relationships.servers.data.length.should.equal(1)
|
||||
res.data.relationships.servers.data[0].id.should.equal("server4")
|
||||
res.data.attributes.parameters.user.should.equal("maxuser")
|
||||
res.data.attributes.parameters.password.should.equal("maxpwd")
|
||||
res.data.attributes.parameters.password.should.equal("*****")
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user