how do I add roles here? I’d like to give this use...
# ui
p
how do I add roles here? I’d like to give this user (me) admin access
g
you have to sign in as the admin user to give yourself admin permissions!
p
I was signed in as the datahub seed user when posting that, is there a way to do that with an api or db call?
g
oh I see there are no roles loaded into your system..
cc @echoing-airport-49548 thoughts?
e
Hey @delightful-jelly-56633 it looks like the default roles were not ingested on boot up
This issue has been addressed and will be fixed as of the next release
What you could try as a temporary fix is purging the roles from the system and then starting GMS again
so running
datahub delete --hard --urn "urn:li:dataHubRole:Admin"
and then repeating for Editor and Reader
Unfortunately that is the only solution I can think of unless you rebuild from master, or with the next release
How are you deploying DataHub?
p
It’s custom so we can just deploy the new version once it’s ready
We can use the root credentials until the new version is shipped
e
Sounds good, we’ll be sure to keep you updated! Appreciate your patience