cs3org / cs3apis

:arrows_clockwise: Connect Storage and Application Providers
https://buf.build/cs3org-buf/cs3apis
Apache License 2.0
53 stars 29 forks source link

Create admin API like Google does it for its services #52

Open labkode opened 4 years ago

labkode commented 4 years ago
ishank011 commented 3 years ago

Hi @refs let's carry forward the discussion regarding the admin API here.

The points mentioned in the ADR look quite good. If I'm not mistaken, the CS3APIs admin service would look like the AccountsServiceHandler interface.

A few questions:

refs commented 3 years ago

the CS3APIs admin service would look like the AccountsServiceHandler interface.

This is what I'm modeling first, correct :)

[...] Once we introduce the admin service, I would like that these three be tied together somehow to ensure consistency

I considered merging groups and users within the admin service in the upcoming proposal. They will be added.

How would we ensure that proper roles are assigned in ocis if the users backend doesn't support that?

For this, we have another concepting ticket opened that will be as well tackled in this sprint. It is conveniently named [Proposal] Add roles API to CS3 APIs