Error 400 on cli authentication

Just deployed boundary via terraform to aws, and when i try to connect with the admin credentials i keep getting the error below, the cli is installed via brew on osx

Anyone seen this before, or have any ideas what may be going wrong ?

Error from controller when performing authentication

Error information:
  Kind:
  Message:             Invalid fields provided in request.
  Status:              400
  context:             Error from controller when performing authentication

  Field-specific Errors:
    Name:              -credentials
      Error:           This is a required field.
    Name:              -credentials.login-name
      Error:           This is a required field.
    Name:              -credentials.password
      Error:           This is a required field.```

I’ve seen that once before, when my Boundary server and CLI versions were out of sync (I hadn’t updated my CLI yet after updating my controller/workers). What version are you running for each?

Issue was related to the version of boundary and cli version, updating boundary to the 0.3.0 release fixed the issue.