-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Uptime] [UI Monitor Management] Hide all corresponding pages and new features behind a feature flag #408
Comments
xpack.uptime.unsafe.service.enabled
or an existing service-only key that we will set directly for our private beta customers xpack.uptime.unsafe.service.url
.
To clarify, the service is not expected to work in 8.0. We were working on individual features before the 8.0 FF, but post FF we added more MVP features. As such, the work to test that the FF works positively can be done in |
As per the comment above by @dominiqueclarke and what we discussed on Slack, I'll move on to moving this issue to "Done done" as the testing has been done in 8.1.0 successfully. |
UI Monitor Management should only be available behind an explicit feature flag.
The feature flag will be
xpack.uptime.ui.unsafe.monitorManagement.enabled
.Corresponding UI Monitor management routes should be unavailable when
xpack.uptime.ui.unsafe.monitorManagement.enabled
isfalse
and available whenxpack.uptime.ui.unsafe.monitorManagement.enabled
istrue
.To enable/disable server part of monitor management, see #421
The text was updated successfully, but these errors were encountered: