Server admin role assignment #1651
Replies: 4 comments 2 replies
-
|
Every few months when I want to check out something in the server admin view I get confused about why I cannot see the Server admin link; I eventually remember that my org admin account that I've signed in via OIDC - like I do for everything else - doesn't have server admin privilege and I have to sign out and back in with the non-OIDC user. Does anyone know if there a workaround for this, at least? |
Beta Was this translation helpful? Give feedback.
-
|
Hello Any news about that ? Thank you |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Ahh okay the only way to do this then is the following:
$ sudo apt install sqlite3
$ sqlite3 config/db/db.sqlite
sqlite> UPDATE user SET serverAdmin = 1 WHERE email = ***@***.***';
sqlite> .quit
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I would like the ability to assign server admin permissions to other users provisioned by OIDC.
Motivation
One of the OIDC users is my primary (management) account for all the software I'm running. I would like to assign Pangolin server admin permissions to it so I can use for for Pangolin too.
Proposed Solution
Allow assigning server admin permissions to other users, including OIDC users.
Alternatives Considered
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions