-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] Push gateway and cloud integration #18377
Conversation
This alert is only when disabled indirectly right? |
the alert is triggered only during server upgrade if push gateway is enabled and server is not registered and cloud services terms not agreed. so in this scenario the push gateway setting will be automatically disabled and the alert will be sent. after server upgrade push gateway will be blocked if those conditions are not met, thus no alert needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to make sure to add a checkbox on the connectivity services screen to agree otherwise once through wizard they have no clear place to find this
we'll add a checkbox in another PR 😉 |
we'll add a checkbox in another PR
This change will also disable non-official push gateways (when configured). I guess that's not intended, since this should not require any terms and conditions from the rocketchat cloud infrastructure. |
@Exordian that's a good question, we didn't realize other push gateways may exist. Will figure out a solution for that. |
Proposed changes
Add more strict relationship between push gateway and cloud registration.
Disable push gateway if server is not registered to our cloud services but also alerts admins via a banner and a message as shown on the screenshot below.
Issue(s)
How to test or reproduce
Screenshots
alert and message sent to admins during upgrade
new description to settings
Types of changes
Checklist
Changelog
Further comments