mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
Revert "AuthN: Managed plugin Service Accounts general availability" (#94270)
Revert "AuthN: Managed plugin Service Accounts general availability (#93384)"
This reverts commit 943525391e
.
This commit is contained in:
parent
b70650e098
commit
fe3ada4a6c
@ -48,7 +48,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
|||||||
| `angularDeprecationUI` | Display Angular warnings in dashboards and panels | Yes |
|
| `angularDeprecationUI` | Display Angular warnings in dashboards and panels | Yes |
|
||||||
| `dashgpt` | Enable AI powered features in dashboards | Yes |
|
| `dashgpt` | Enable AI powered features in dashboards | Yes |
|
||||||
| `alertingInsights` | Show the new alerting insights landing page | Yes |
|
| `alertingInsights` | Show the new alerting insights landing page | Yes |
|
||||||
| `externalServiceAccounts` | Automatic service account and token setup for plugins | Yes |
|
|
||||||
| `panelMonitoring` | Enables panel monitoring through logs and measurements | Yes |
|
| `panelMonitoring` | Enables panel monitoring through logs and measurements | Yes |
|
||||||
| `formatString` | Enable format string transformer | Yes |
|
| `formatString` | Enable format string transformer | Yes |
|
||||||
| `transformationsVariableSupport` | Allows using variables in transformations | Yes |
|
| `transformationsVariableSupport` | Allows using variables in transformations | Yes |
|
||||||
@ -101,6 +100,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
|||||||
| `enableDatagridEditing` | Enables the edit functionality in the datagrid panel |
|
| `enableDatagridEditing` | Enables the edit functionality in the datagrid panel |
|
||||||
| `sqlDatasourceDatabaseSelection` | Enables previous SQL data source dataset dropdown behavior |
|
| `sqlDatasourceDatabaseSelection` | Enables previous SQL data source dataset dropdown behavior |
|
||||||
| `reportingRetries` | Enables rendering retries for the reporting feature |
|
| `reportingRetries` | Enables rendering retries for the reporting feature |
|
||||||
|
| `externalServiceAccounts` | Automatic service account and token setup for plugins |
|
||||||
| `cloudWatchBatchQueries` | Runs CloudWatch metrics queries as separate batches |
|
| `cloudWatchBatchQueries` | Runs CloudWatch metrics queries as separate batches |
|
||||||
| `teamHttpHeaders` | Enables LBAC for datasources to apply LogQL filtering of logs to the client requests for users in teams |
|
| `teamHttpHeaders` | Enables LBAC for datasources to apply LogQL filtering of logs to the client requests for users in teams |
|
||||||
| `pdfTables` | Enables generating table data as PDF in reporting |
|
| `pdfTables` | Enables generating table data as PDF in reporting |
|
||||||
|
@ -675,9 +675,8 @@ var (
|
|||||||
Name: "externalServiceAccounts",
|
Name: "externalServiceAccounts",
|
||||||
Description: "Automatic service account and token setup for plugins",
|
Description: "Automatic service account and token setup for plugins",
|
||||||
HideFromAdminPage: true,
|
HideFromAdminPage: true,
|
||||||
Stage: FeatureStageGeneralAvailability,
|
Stage: FeatureStagePublicPreview,
|
||||||
Owner: identityAccessTeam,
|
Owner: identityAccessTeam,
|
||||||
Expression: "true", // enabled by default
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "panelMonitoring",
|
Name: "panelMonitoring",
|
||||||
|
@ -88,7 +88,7 @@ wargamesTesting,experimental,@grafana/hosted-grafana-team,false,false,false
|
|||||||
alertingInsights,GA,@grafana/alerting-squad,false,false,true
|
alertingInsights,GA,@grafana/alerting-squad,false,false,true
|
||||||
externalCorePlugins,experimental,@grafana/plugins-platform-backend,false,false,false
|
externalCorePlugins,experimental,@grafana/plugins-platform-backend,false,false,false
|
||||||
pluginsAPIMetrics,experimental,@grafana/plugins-platform-backend,false,false,true
|
pluginsAPIMetrics,experimental,@grafana/plugins-platform-backend,false,false,true
|
||||||
externalServiceAccounts,GA,@grafana/identity-access-team,false,false,false
|
externalServiceAccounts,preview,@grafana/identity-access-team,false,false,false
|
||||||
panelMonitoring,GA,@grafana/dataviz-squad,false,false,true
|
panelMonitoring,GA,@grafana/dataviz-squad,false,false,true
|
||||||
enableNativeHTTPHistogram,experimental,@grafana/grafana-backend-services-squad,false,true,false
|
enableNativeHTTPHistogram,experimental,@grafana/grafana-backend-services-squad,false,true,false
|
||||||
disableClassicHTTPHistogram,experimental,@grafana/grafana-backend-services-squad,false,true,false
|
disableClassicHTTPHistogram,experimental,@grafana/grafana-backend-services-squad,false,true,false
|
||||||
|
|
@ -1234,18 +1234,14 @@
|
|||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "externalServiceAccounts",
|
"name": "externalServiceAccounts",
|
||||||
"resourceVersion": "1726562284896",
|
"resourceVersion": "1718727528075",
|
||||||
"creationTimestamp": "2023-09-28T07:26:37Z",
|
"creationTimestamp": "2023-09-28T07:26:37Z"
|
||||||
"annotations": {
|
|
||||||
"grafana.app/updatedTimestamp": "2024-09-17 08:38:04.896869045 +0000 UTC"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"description": "Automatic service account and token setup for plugins",
|
"description": "Automatic service account and token setup for plugins",
|
||||||
"stage": "GA",
|
"stage": "preview",
|
||||||
"codeowner": "@grafana/identity-access-team",
|
"codeowner": "@grafana/identity-access-team",
|
||||||
"hideFromAdminPage": true,
|
"hideFromAdminPage": true
|
||||||
"expression": "true"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user