Adding Analyst Users to Local Deployment #2805
Answered
by
hanars
gokalpcelik
asked this question in
Q&A
-
Hi. Can anyone guide me through a proper way to add analyst users to a local deployment of SEQR? Regards. |
Beta Was this translation helpful? Give feedback.
Answered by
hanars
Jun 30, 2022
Replies: 1 comment 1 reply
-
If you want analysts in seqr, do the following:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gokalpcelik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want analysts in seqr, do the following:
/admin/auth/group/add/
page and create a user group named something descriptive like "analysts". It does not need any permissionsadmin/auth/user/
, select the user, add the "analysts" group to that user, and click saveANALYST_USER_GROUP
environment variable in your seqr deployment to "analysts". If you are using the docker-compose deployment this would involve adding the following to theenvironment
section of theseqr
configuration: