mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: clarify release stage for frontend sandbox (#95530)
This commit is contained in:
parent
f062c66f89
commit
985b390a46
@ -230,6 +230,10 @@ If you're developing a plugin, then you can enable development mode to allow all
|
|||||||
|
|
||||||
## Plugin Frontend Sandbox
|
## Plugin Frontend Sandbox
|
||||||
|
|
||||||
|
{{% admonition type="caution" %}}
|
||||||
|
Plugin Frontend Sandbox is currently in [public preview](/docs/release-life-cycle/). Grafana Labs offers limited support, and breaking changes might occur prior to the feature being made generally available.
|
||||||
|
{{% /admonition %}}
|
||||||
|
|
||||||
The Plugin Frontend Sandbox is a security feature that isolates plugin frontend code from the main Grafana application.
|
The Plugin Frontend Sandbox is a security feature that isolates plugin frontend code from the main Grafana application.
|
||||||
When enabled, plugins run in a separate JavaScript context, which provides several security benefits:
|
When enabled, plugins run in a separate JavaScript context, which provides several security benefits:
|
||||||
|
|
||||||
@ -256,7 +260,7 @@ Enabling the Frontend Sandbox might impact the performance of certain plugins. O
|
|||||||
|
|
||||||
### Compatibility
|
### Compatibility
|
||||||
|
|
||||||
The Frontend Sandbox is available in Grafana >=11.4. It is compatible with all types of plugins including app plugins, panel plugins, and data source plugins. Angular-based plugins are not supported. Plugins developed and signed by Grafana Labs are excluded and cannot be sandboxed.
|
The Frontend Sandbox is available in public preview in Grafana >=11.4. It is compatible with all types of plugins including app plugins, panel plugins, and data source plugins. Angular-based plugins are not supported. Plugins developed and signed by Grafana Labs are excluded and cannot be sandboxed.
|
||||||
|
|
||||||
### When to Use Frontend Sandbox
|
### When to Use Frontend Sandbox
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user