blindsidenetworks / scalelite

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

Add rake tenants:update task #946

Closed Ithanil closed 1 year ago

Ithanil commented 1 year ago

Problem to solve:

Currently (1.5.0), to add a secret to a tenant it is necessary to remove the tenant and then add it again with the updated secrets list. The new tenant will have a new ID, so it is also necessary to re-associate the recordings. As a result, it is quite cumbersome to update the secrets.

Purposed solution:

Add a task tenants:update[id, secrets] which updates the secrets for a given tenant ID.

Considered alternatives:

The solution proposed by defnull: https://github.com/blindsidenetworks/scalelite/issues/936