Add "silent mode enabled" error to cloud license activation error dictionary
What does this MR do and why?
Currently, when silent mode is enabled on a self-managed instance, outbound communications are disabled. This means that an admin cannot activate a cloud license. However, the source of the error is communicated vaguely if an admin attempts that (see screenshots below). There's a docs section outlining how to detect if that's the issue.
This MR improves the error messaging to explicitly say that silent mode is enabled, hence the cloud license cannot be activated.
References
Issue: Cloud license activation error: Surface silent ... (#518653 - closed).
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Start GDK.
- Login as the admin user (usually
root). - Navigate to
/admin/subscription(or via the UI: Admin Area > View details under the License Overview). - Enable silent mode.
- Enter a random 24-character string as the activation code (e.g.
asdfasdfasdfasdfasdfasdf) and click Activate. - Confirm the
Silent mode enablederror appears. - Disable silent mode
- Enter a random 24-character string as the activation code (e.g.
asdfasdfasdfasdfasdfasdf) and click Activate. - Confirm a different error other than
Silent mode enabledmessage appears.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

