feat: WPB-24983 Add On-Prem reference#36
Conversation
| ``` | ||
| https://backoffice.<ENVIRONMENT>.ops.wire.link/swagger-ui/index.html#/default/put-route-apps-config | ||
| ``` |
There was a problem hiding this comment.
I've decided to put it in triple ticks so it's easier to copy.
| "status": "enabled", | ||
| "ttl": "unlimited" |
There was a problem hiding this comment.
What about the "unlock" thing? I think apps are locked by default, does a single Galley request both unlock and enable ?
There was a problem hiding this comment.
Good question. This is what I assumed from swagger docs:
https://staging-nginz-https.zinfra.io/api-internal/swagger-ui/galley/#/galley/iput_AppsConfig
Request body:
{
"status": "enabled",
"ttl": "unlimited"
}
Response:
200
{
"lockStatus": "locked",
"status": "enabled",
"ttl": "unlimited"
}
But this is just an example, so it might be wrong.
Best thing would be to actually try it.
I'll ask SD if we can connect to the team they gave us, or just answer the question.
There was a problem hiding this comment.
Confirmed with SD team that the lockStatus is only for the features that are managed in Team management by team admins.
So you can change stuff via backoffice or galley API even if it's locked. By unlocking it you're enabling team admins to toggle it in TM, but that's not even possible since there's no UI for it.
| - Team is on paid plan → see [plans and pricing](https://wire.com/pricing) | ||
| - MLS is the default protocol → raise a [support ticket](https://support.wire.com/hc/en-us/requests/new) | ||
| - Apps feature flag is enabled → | ||
| - Cloud: raise a [support ticket](https://support.wire.com/hc/en-us/requests/new) |
There was a problem hiding this comment.
Maybe instead of multiple "raise a [support ticket]" in different rows, we can mention it once say sth like "You should raise a ticket to have MLS and app feature flag bla bla"
So the customer will create one ticket for all. We better make people's life easy imo.
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
In general missing information of what's required to have apps in Wire teams. On top of that the process includes additional steps for On-Premise.
Solutions
Notes
Currently there's no documentation for migrating to MLS, and no way for Cloud teams to enable feature flag themselves. Both of these scenarios lead to raising a ticket, so it's done by Service Delivery team.
Attachments
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.