plasmabio / plasma

Plasma is an e-learning Jupyter-based platform for data analysis

Home Page:https://docs.plasmabio.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define JupyterHub admin users in user config yaml file

pierrepo opened this issue · comments

For instance:

plasma_groups:
  - group_1
  - group_2
  - group_3

users:
  - name: foo
    password: PLAIN_TEXT_PASSWORD
    groups:
      - group_1
      - group_2
    admin: true

  - name: bar
    password: PLAIN_TEXT_PASSWORD
    groups:
      - group_3

The motivation for this issue is to keep most of the user configuration in one place.