PublicDashboards: Enterprise email sharing feature flag (#60644)
adds feature flag for pubdash email sharing
This commit is contained in:
@@ -100,6 +100,13 @@ var (
|
||||
Description: "Enables public access to dashboards",
|
||||
State: FeatureStateAlpha,
|
||||
},
|
||||
{
|
||||
Name: "publicDashboardsEmailSharing",
|
||||
Description: "Allows public dashboard sharing to be restricted to only allowed emails",
|
||||
State: FeatureStateAlpha,
|
||||
RequiresLicense: true,
|
||||
RequiresDevMode: true,
|
||||
},
|
||||
{
|
||||
Name: "lokiLive",
|
||||
Description: "Support WebSocket streaming for loki (early prototype)",
|
||||
|
||||
@@ -75,6 +75,10 @@ const (
|
||||
// Enables public access to dashboards
|
||||
FlagPublicDashboards = "publicDashboards"
|
||||
|
||||
// FlagPublicDashboardsEmailSharing
|
||||
// Allows public dashboard sharing to be restricted to only allowed emails
|
||||
FlagPublicDashboardsEmailSharing = "publicDashboardsEmailSharing"
|
||||
|
||||
// FlagLokiLive
|
||||
// Support WebSocket streaming for loki (early prototype)
|
||||
FlagLokiLive = "lokiLive"
|
||||
|
||||
Reference in New Issue
Block a user