Hi Team!!! After deploying the Datahub helm chart,...
# troubleshoot
s
Hi Team!!! After deploying the Datahub helm chart, I realized thath
datahub
user is not admin and I cannot access to
Ingestion UI
,
Policies
, …. How can activate
datahub
user as administrator?
b
Hi Miguel - Looking into this
This is deployed via helm?
s
Yes, I’ve just realized that there was not any policy. I’ve created one using Graphql, and assigning that policy to
datahub
user and seems workin. But the question what was there no policy?
Copy code
mutation createPolicy{
     createPolicy (
      input: {
         type: PLATFORM,
         name: "AdminPolicy",
         state: ACTIVE,
         description: "Admin Policy via Graphiql",
         resources: {
             type: "dataset", 
             resources: [  ],
          allResources:true
         },
         actors: {
             users: [ "urn:li:corpuser:datahub" ],
             groups: [ "urn:li:corpGroup:mygroup" ],
             resourceOwners: false, 
          	 allUsers:false,
         		 allGroups:false
         },
         privileges:["MANAGE_POLICIES",
        						"MANAGE_USERS_AND_GROUPS",
        						"VIEW_ANALYTICS", "MANAGE_IDENTITIES",
        						"MANAGE_DOMAINS", "MANAGE_INGESTION",
        						"MANAGE_SECRETS", "GENERATE_PERSONAL_ACCESS_TOKENS"]
        
        
      }
    )
  }
b
Yeah this is strange. We ingest a set of default policies but perhaps its not happening. Can you send me your GMS logs?
Also, are you on the latest version?
s
What folder are GMS logs?
Also, are you on the latest version?
Yes, the latest version
Copy code
datahub-frontend:
  enabled: true
  image:
    repository: linkedin/datahub-frontend-react
    tag: "v0.8.27"
s
I’ll send you the log by private message 🙂
b
Thanks!