mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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:
parent
234ccb886f
commit
8b67464758
@ -176,6 +176,5 @@ The following toggles require explicitly setting Grafana's [app mode]({{< relref
|
||||
| `unifiedStorage` | SQL-based k8s storage |
|
||||
| `externalServiceAuth` | Starts an OAuth2 authentication provider for external services |
|
||||
| `grafanaAPIServerEnsureKubectlAccess` | Start an additional https handler and write kubectl options |
|
||||
| `externalServiceAccounts` | Automatic service account and token setup for plugins |
|
||||
| `panelTitleSearchInV1` | Enable searching for dashboards using panel title in search v1 |
|
||||
| `ssoSettingsApi` | Enables the SSO settings API |
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user