SwissDataScienceCenter / renku-ui

The web frontend of the Renku platform
https://renkulab.io
Apache License 2.0
13 stars 6 forks source link

Consolidate self user info API requests #3223

Open leafty opened 2 weeks ago

leafty commented 2 weeks ago

Information about the user is queried in different ways:

See https://github.com/SwissDataScienceCenter/renku-data-services/issues/287: we should consolidate the first and second API requests to only query data-services. This will be possible once data-services provides the is_admin field.

Also note that /ui-server/api/user should be moved down the App tree to only happen in Renku 1.0 routes in the future.