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:
Gabriel MABILLE 2023-12-20 13:48:56 +01:00 committed by GitHub
parent 234ccb886f
commit 8b67464758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 8 deletions

View File

@ -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 |

View File

@ -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",

View File

@ -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

1 Name Stage Owner Created requiresDevMode RequiresLicense RequiresRestart FrontendOnly
110 httpSLOLevels experimental @grafana/hosted-grafana-team 2023-09-22 false false true false
111 idForwarding experimental @grafana/identity-access-team 2023-09-25 false false false false
112 cloudWatchWildCardDimensionValues GA @grafana/aws-datasources 2023-09-27 false false false false
113 externalServiceAccounts experimental privatePreview @grafana/identity-access-team 2023-09-28 true false false false false
114 panelMonitoring experimental @grafana/dataviz-squad 2023-10-08 false false false true
115 enableNativeHTTPHistogram experimental @grafana/hosted-grafana-team 2023-10-03 false false false false
116 formatString privatePreview @grafana/grafana-bi-squad 2023-10-13 false false false true