Password protect the HADashboard?

Hello,
Is there a way to password protect the HADashboard ?
I mean the option to put a password that will block unwanted users from accessing my HADashboard screen.

I tried using the “dash_password:” as showing next - but it’s not working for me.

secrets: /config/secrets.yaml
log:
  logfile: STDOUT
  errorfile: STDERR
appdaemon:
  threads: 10
  logfile: /config/appdaemon/info.log
  errorfile: /config/appdaemon/error.log
  app_dir: /config/appdaemon/apps
  plugins:
    HASS:
      type: hass
      ha_url: http://hassio/homeassistant
      token: ***888888888888888888888888888888888888888***
hadashboard:
  dash_url: http://192.168.1.55:5050
  dash_dir: /config/appdaemon/dashboards
  dash_force_compile: 1
  dash_compile_on_start: 1
  accessfile: /var/log/dash_access
  dash_password: hadashboard_password

Thanks.

Which version of AppDaemon are you using? If it’s version 4+, password goes in the http section.

https://appdaemon.readthedocs.io/en/dev/CONFIGURE.html#configuring-the-http-component

Thanks @swiftlyfalling ,
It’s working now.
After I made the changes, I’ve always restart the HASS instead of Appdaemon add-on.

I’m using version 4.1.0