i hava added for users in user.props, but i found ...
# getting-started
s
i hava added for users in user.props, but i found nothing here in Users Tab
i can log in with these users in users.props, but just cant see them in Users&Groups Page
b
thats because user.props only allow u to login. datahub does not ingest create these users, unlike if you say ingest from LDAP or OIDC
https://github.com/linkedin/datahub/blob/master/metadata-ingestion/examples/mce_files/bootstrap_mce.json has examples of users if you want to create users and ingest them via json
s
what does mce means here? i dont get it
b
s
ok thks
how to use this bootstrap_mce.json file after i injest json file
b
after you use datahub ingest -c <recipe to read json to datahub-rest>, datahub will have a CorpUser called jdoe in mySQL which you can search for the user.
compared to the user.props, which allows you to login but doesnt have the user in the ssystem
bootstrap.mce has sample corpusers jdoe and datahub that you can modify and add your own user
s
ok let me try 😃
👍 plus1 👍
b
This should answer your question
s
thks a lot😸