TACC / abaco

Actor Based Co(mputing)ntainers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make user_role configurable

joestubbs opened this issue · comments

Currently, the required user role for "basic" level access is hard-coded in the codes.py file:

USER_ROLE = 'Internal/abaco-user'

Change this to be configuration option.