unitycatalog / unitycatalog-ui

Unity Catalog UI
Apache License 2.0
39 stars 14 forks source link

Feat/login UI #73

Closed jamieknight-db closed 2 months ago

jamieknight-db commented 2 months ago

Only supporting google auth for v1, okta and keycloak will be follow on PR's. Commenting out the UI until repositories are merged. But here are screenshots so far. The current user endpoint is not ready yet.

Screenshot 2024-08-28 at 10 16 34 AM Screenshot 2024-08-28 at 10 17 15 AM Screenshot 2024-08-28 at 10 17 35 AM
jamieknight-db commented 2 months ago

@xx-db and @creechy please review as well 😄

jamieknight-db commented 2 months ago

@xx-db looks like we are getting a failure with the node version in the jwt-decode package. Do you see any issues with upgrading?

xx-db commented 2 months ago

@xx-db looks like we are getting a failure with the node version in the jwt-decode package. Do you see any issues with upgrading?

With #74 we won't need jwt-decode any more for the moment.

jamieknight-db commented 2 months ago

@xx-db looks like we are getting a failure with the node version in the jwt-decode package. Do you see any issues with upgrading?

With #74 we won't need jwt-decode any more for the moment.

It's a dependency of keycloak-js so I'm going to remove that package for now.