Hi, I am new to datahub. We are looking to setup a...
# ingestion
r
Hi, I am new to datahub. We are looking to setup a google based SSO for our datahub instance and how does the metadata rest connector will work if we enabled security via google sign in? tried to look into the docs I see there is token option but I am not sure how will that work. Appreciate any help here. Thanks
b
SSO is tagged at users who interact with datahub via UI. By default, token auth is not enabled, and it is meant for users who interact via CLI.
By default the backend is not secured, you can ingest data into datahub without token info. If you enabled token auth, you can get a token from UI and include that in your ingest recipe
r
Thanks @better-orange-49102 for quick response. If I understand correctly we need to make sure the backend APIs somehow protected by other means so even with-in my org someone accidentally not making requests to datahub that can change data right
b
You can turn on token auth instead of using external means.
r
Thank you. one last question I can enable google sign in and have token authentication enabled right
never mind, looks like I can.
b
Yes