pioreactor-basic-auth-for-ui

This adds basic auth to access your Pioreactor UI.

Warning The web server is still HTTP. Malicious users on your network can read any data going back and forth, including an encoded version of the user/name password.

Installation

  1. On your leader Pioreactor, run
pio install-plugin pioreactor-basic-auth-for-ui
  1. Next, execute:
pio run change_ui_credentials <ui_username> <ui_password>
  1. Refresh the UI and you should be greeted with a pop up.
  2. Add the API key from pio run change_ui_credentials to your config.ini
  3. Finally, you should restart the leader now, or later.