mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
AuthN: Set automatic service accounts for plugins in private preview (#79558)
* AuthN: Set automatic service accounts for plugins in private preview * Gen files
This commit is contained in:
@@ -947,12 +947,11 @@ var (
|
||||
Created: time.Date(2023, time.September, 27, 12, 0, 0, 0, time.UTC),
|
||||
},
|
||||
{
|
||||
Name: "externalServiceAccounts",
|
||||
Description: "Automatic service account and token setup for plugins",
|
||||
Stage: FeatureStageExperimental,
|
||||
RequiresDevMode: true,
|
||||
Owner: identityAccessTeam,
|
||||
Created: time.Date(2023, time.September, 28, 12, 0, 0, 0, time.UTC),
|
||||
Name: "externalServiceAccounts",
|
||||
Description: "Automatic service account and token setup for plugins",
|
||||
Stage: FeatureStagePrivatePreview,
|
||||
Owner: identityAccessTeam,
|
||||
Created: time.Date(2023, time.September, 28, 12, 0, 0, 0, time.UTC),
|
||||
},
|
||||
{
|
||||
Name: "panelMonitoring",
|
||||
|
||||
@@ -110,7 +110,7 @@ pluginsAPIMetrics,experimental,@grafana/plugins-platform-backend,2023-09-21,fals
|
||||
httpSLOLevels,experimental,@grafana/hosted-grafana-team,2023-09-22,false,false,true,false
|
||||
idForwarding,experimental,@grafana/identity-access-team,2023-09-25,false,false,false,false
|
||||
cloudWatchWildCardDimensionValues,GA,@grafana/aws-datasources,2023-09-27,false,false,false,false
|
||||
externalServiceAccounts,experimental,@grafana/identity-access-team,2023-09-28,true,false,false,false
|
||||
externalServiceAccounts,privatePreview,@grafana/identity-access-team,2023-09-28,false,false,false,false
|
||||
panelMonitoring,experimental,@grafana/dataviz-squad,2023-10-08,false,false,false,true
|
||||
enableNativeHTTPHistogram,experimental,@grafana/hosted-grafana-team,2023-10-03,false,false,false,false
|
||||
formatString,privatePreview,@grafana/grafana-bi-squad,2023-10-13,false,false,false,true
|
||||
|
||||
|
Reference in New Issue
Block a user