hashicorp / boundary-reference-architecture

Example reference architecture for a high availability Boundary deployment on AWS.
https://boundaryproject.io
Mozilla Public License 2.0
213 stars 105 forks source link

Can not log into Web/UI, but cli works #38

Closed angelbarrera92 closed 3 years ago

angelbarrera92 commented 3 years ago

Ciao Hashicorp team!

I am testing boundary, I followed the aws architecture and I executed the boundary setup that provisioned users/roles/auth...

I was able to login with a backend member (jim:foofoofoo) via boundary cli, but I can not log into the Web/UI.

$ boundary authenticate password -addr https://boundary.example.com  -auth-method-id ampw_HhjcPlbbKu -login-name jim -password foofoofoo
Authentication information:
  Account ID:      apw_BpptvO4zWs
  Auth Method ID:  ampw_HhjcPlbbKu
  Expiration Time: Fri, 19 Mar 2021 13:35:58 CET
  Token:           thetokengoeshere
  User ID:         u_20dX40C4h1

But I can not log into the web UI.

Captura de pantalla 2021-03-12 a las 13 40 11

What role/s is required to access the UI?

Thanks!

angelbarrera92 commented 3 years ago

I found the issue: https://github.com/hashicorp/boundary/issues/995 So I can close this one, let's continue in the upstream repo