Hi Peeps! I want to deploy a Datahub using helm ch...
# all-things-deployment
r
Hi Peeps! I want to deploy a Datahub using helm charts and using Google to logn using OIDC, i found a similar question here. How can we set a certain user to become a certain role using Google Auth Consent ?, and how to assign a person to a certain group ?.
g
hey @ripe-sunset-20897 - i dont believe this is supported, but @big-carpet-38439 may be able to provide more context.
b
Currently, you cannot map a role from Google. Once you're on DataHub, it's up to administrators to assign privileges to the users via DataHub Policies
However, we'd definitely want to understand more about how you would envision that this integration work
r
Hi @big-carpet-38439, thanks for answerng. Currently what we are trying to do is assigning a new user based on their group. for example if user A that belongs to group (google group) X is logging into datahub for the first time, it will be assigned as superadmin. If user B belongs to group Y, then it will be assigned as normal user or corpUser. Is that possible ?
a
I'm also interested in this. I've thought that, as a workaround, it should be doable to have a kafka consumer of
MetadataAuditEvent
that triggers users assignements to groups. WDYT?