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

administrator login not found #65

Closed Michaelr1091 closed 2 years ago

Michaelr1091 commented 2 years ago

Hi, first I say thanks for this document. I succeed install and can access the UI. but I not found for admin login can you help?

thanks

Michaelr1091 commented 2 years ago

now I can login but limited permission image

Michaelr1091 commented 2 years ago

Hi @lilic

lilic commented 2 years ago

@Michaelr1091 hey, could you detail what deployment and tutorial did you follow?

Michaelr1091 commented 2 years ago

hi @lilic , I followed this step https://github.com/hashicorp/boundary-reference-architecture/tree/main/deployment/docker

jrhrmsll commented 2 years ago

The admin password could be found in the logs of the db-init container by running something like:

docker logs compose-db-init-1

Fragment

docker logs compose-db-init-1
Migrations successfully run.
Global-scope KMS keys successfully created.

Initial login role information:
  Name:      Login and Default Grants
  Role ID:   r_bAi1Y83mQk

Initial auth information:
  Auth Method ID:     ampw_GUiwb1T4zN
  Auth Method Name:   Generated global scope initial password auth method
  Login Name:         admin
  Password:           pbtvgBuc4rVwNQnDEJit
  Scope ID:           global
  User ID:            u_MUuwTPeunV
  User Name:          admin
Michaelr1091 commented 2 years ago

cool it's working now. thanks @jrhrmsll