Follow up on the above - what is the ideal way to ...
# all-things-deployment
p
Follow up on the above - what is the ideal way to configure certain users as administrators?
b
currently we use the Policies feature to do this. by default, the "datahub" user is the "root user"
And you can grant policies from that root user to others to give them permission to do things (even to manage policies themselveS)
p
Gotcha! And how do you actually login as the datahub user once you have OIDC configured?
b
You can still login as datahub going to <your-datahub-url>/login
👍 1