hummingbot / deploy

This repository provides various examples of how to deploy Hummingbot using Docker.
Apache License 2.0
79 stars 75 forks source link

Feat/add dashboard auth #58

Closed cardosofede closed 2 months ago

cardosofede commented 2 months ago

This PR has the following changes:

rapcmia commented 2 months ago

Test in progress

nikspz commented 2 months ago

Still ongoing:

cc: https://github.com/hummingbot/dashboard/pull/157#issuecomment-2220352548

  1. Page refresh will lead to user Logged out

After you added connector you need to refresh the page to reflect the changes, however it will lead to user logged out

  1. Minor

Actual: Logout button available only for Humingbot Dashboard tab on side pane (if you are on other tab you could not log out)

rapcmia commented 2 months ago

PR update:


What happens if you logout? image

rapcmia commented 2 months ago

PR update:

david-hummingbot commented 2 months ago

Found the issue, the environment variable in the compose file wasn't getting picked up by the config.py file. Opened PR - https://github.com/hummingbot/dashboard/pull/168 to fix the issue. After making the change the auth_system works when setting to either true or false

image

image