Hi guys I have deployed Datahub using helm chart a...
# troubleshoot
h
Hi guys I have deployed Datahub using helm chart and ingest some data source in it. but there is one issue related to users/groups firstly when I setup by default config (only datahub user in user.props file) , the users list is empty ( datahub user should be in list ) even when I change the user.props file and add some other users in it, I can login by new users credentials, but still the users list is empty DataHub Version : "v0.8.16"
any idea ?
b
Hi @hallowed-article-64840. This is because users defined in that file are currently not auto-ingested. Instead, it is expected that the metadata about that user would be ingested separately, as that file only serves for authentication at login time. Usually, the "datahub" user is ingested when MySQL is initialized (see
mysql-setup
container SQL), but it seems that may not have run in your case
👍 1
❤️ 1
h
Thanks @big-carpet-38439 as far as I understand,firstly we should fill that user.props for authentication and after that we should add metadata using api for that urn right ?
b
Correct!!
👍 1
@hallowed-article-64840 Hey again - for more information, check out this FAQ: