blindsidenetworks / scalelite

Scalable load balancer for BigBlueButton.
GNU Affero General Public License v3.0
465 stars 249 forks source link

SL-252: API to manage tenants #948

Closed Mariam05 closed 1 year ago

Mariam05 commented 1 year ago

Description

In order to get full usage of the new Multitenancy Feature, API access was implemented to allow easier management of Tenants without having to rely on SSH access to access Rake tasks.

New API endpoints implemented: api/v1/tenants/ => api/v1/tenants_controller

Testing Steps

Run the associated spec file, or make the API requests using cURL or another tool.

Screenshots (if appropriate):

farhatahmad commented 1 year ago

Nicely done - any chance you can separate this from Samuel's changes? It can be merged if so