Samsung / qaboard

Experiment tracker: organize, visualize, compare and share runs. Removes toil from algorithm/performance R&D and tuning.
https://samsung.github.io/qaboard
Apache License 2.0
53 stars 14 forks source link

What are default username and password of QA-board #69

Open 12a6 opened 1 year ago

12a6 commented 1 year ago

Hello,

Thank you for your great project.

I tried steps in https://samsung.github.io/qaboard/docs/deploy After

git clone https://github.com/Samsung/qaboard.git
cd qaboard

docker-compose pull
docker-compose up -d

I can access to QA-Board at http://localhost:5151 properly. But I could not Login. Could you please share how to login QA-Board by default?

Thank you,

arthur-flam commented 1 year ago

Hello ! You're right, it's missing.

Don't hesitate to submit issues if you run into more hurdles.

arthur-flam commented 1 year ago

Hello, Here is how to create a user:

curl -X POST -F 'user_name=arthurf' -F 'email=arthur.flam@samsung.com' -F 'full_name=Arthur Flam' -F 'password=password' http://qaboard//api/v1/user/signup/

At the moment there is no UX for local user management (creation, password reset flows...), since at Samsung SIRC we rely on LDAP for all of this.