question/suggestions about today's demo - How will...
# getting-started
s
question/suggestions about today's demo • How will we login to datahub user to setup initial policies when login is done via OIDC? • View restrictions will be added, right? Or is it open for views to everyone? I am not 100% sure whether we would be ok with everyone being able to view everything. • one suggestion for huge lineage is to look at this tool's graph library. https://obsidian.md/ The tool itself is not open source but on their forums https://forum.obsidian.md/ they mentioned the libraries used. It is a directed graph which they render. First image shows the number of nodes I have in my personal graph. The second one is a zoomed in view which shows the arrows
Filters screenshot
b
Thanks Aseem!
@square-activity-64562 2 options will exist: • You can enable JAAS authentication and log into the DataHub account via <your-datahub-url>/login • You can configure a username or set of user names at deploy time that will have "super user" privileges, which are not runtime modifiable
(Username is resolved from your IdP on OIDC login in a configurable way)
s
If we can do it on deploy time that should be fine. We just need to do it once to get in and add a group to have those super admin permissions. Afterwards we can manage it via
One big concern with not having view restrictions is mainly because of profiling results. Profiling might show sample values which should not be viewable by all people.