Hi team, We are currently deploying datahub via h...
# all-things-deployment
p
Hi team, We are currently deploying datahub via helm on k8s. In this, we have setup Google Auth layer for onboarding users onto Datahub. Is it possible to pre-assign the Reader role to every incoming user? Currently, everybody is onboarding in the "No Role" role
1
f
Hi, you can refer this document. https://datahubproject.io/docs/authorization/policies For all user, you should enable two policy as image.
This is my solution to set default policy for new user. It isn’t a solution to set a role default for a new user.
p
Understood. Do you mind sharing the content of the policy as well through an image?
f
This is default policy in Datahub. I only disable unnecessary policy for all user. You can find it in Permission/ Policies tab.
p
thanks
But my original question remains.