LBAC for datasources: Remove ft teamHttpHeadersMimir (#109240)

chore: remove ft for mimir
This commit is contained in:
Eric Leijonmarck
2025-08-07 10:04:46 +01:00
committed by GitHub
parent 28024c74f8
commit 9579bf33fb
6 changed files with 2 additions and 21 deletions
@@ -73,7 +73,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `alertingNotificationsStepMode` | Enables simplified step mode in the notifications section | Yes |
| `lokiLabelNamesQueryApi` | Defaults to using the Loki `/labels` API instead of `/series` | Yes |
| `improvedExternalSessionHandlingSAML` | Enables improved support for SAML external sessions. Ensure the NameID format is correctly configured in Grafana for SAML Single Logout to function properly. | Yes |
| `teamHttpHeadersMimir` | Enables LBAC for datasources for Mimir to apply LBAC filtering of metrics to the client requests for users in teams | Yes |
| `alertingMigrationUI` | Enables the alerting migration UI, to migrate data source-managed rules to Grafana-managed rules | Yes |
| `alertingImportYAMLUI` | Enables a UI feature for importing rules from a Prometheus file to Grafana-managed rules | Yes |
| `unifiedNavbars` | Enables unified navbars | |
@@ -815,11 +815,6 @@ export interface FeatureToggles {
*/
improvedExternalSessionHandlingSAML?: boolean;
/**
* Enables LBAC for datasources for Mimir to apply LBAC filtering of metrics to the client requests for users in teams
* @default true
*/
teamHttpHeadersMimir?: boolean;
/**
* Enables LBAC for datasources for Tempo to apply LBAC filtering of traces to the client requests for users in teams
*/
teamHttpHeadersTempo?: boolean;
-9
View File
@@ -1395,15 +1395,6 @@ var (
Owner: identityAccessTeam,
AllowSelfServe: true,
},
{
Name: "teamHttpHeadersMimir",
Description: "Enables LBAC for datasources for Mimir to apply LBAC filtering of metrics to the client requests for users in teams",
Stage: FeatureStageGeneralAvailability,
FrontendOnly: false,
AllowSelfServe: true,
Owner: identityAccessTeam,
Expression: "true",
},
{
Name: "teamHttpHeadersTempo",
Description: "Enables LBAC for datasources for Tempo to apply LBAC filtering of traces to the client requests for users in teams",
-1
View File
@@ -182,7 +182,6 @@ investigationsBackend,experimental,@grafana/grafana-app-platform-squad,false,fal
k8SFolderCounts,experimental,@grafana/search-and-storage,false,false,false
k8SFolderMove,experimental,@grafana/search-and-storage,false,false,false
improvedExternalSessionHandlingSAML,GA,@grafana/identity-access-team,false,false,false
teamHttpHeadersMimir,GA,@grafana/identity-access-team,false,false,false
teamHttpHeadersTempo,experimental,@grafana/identity-access-team,false,false,false
templateVariablesUsesCombobox,experimental,@grafana/grafana-frontend-platform,false,false,true
grafanaAdvisor,privatePreview,@grafana/plugins-platform-backend,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
182 k8SFolderCounts experimental @grafana/search-and-storage false false false
183 k8SFolderMove experimental @grafana/search-and-storage false false false
184 improvedExternalSessionHandlingSAML GA @grafana/identity-access-team false false false
teamHttpHeadersMimir GA @grafana/identity-access-team false false false
185 teamHttpHeadersTempo experimental @grafana/identity-access-team false false false
186 templateVariablesUsesCombobox experimental @grafana/grafana-frontend-platform false false true
187 grafanaAdvisor privatePreview @grafana/plugins-platform-backend false false false
-4
View File
@@ -739,10 +739,6 @@ const (
// Enables improved support for SAML external sessions. Ensure the NameID format is correctly configured in Grafana for SAML Single Logout to function properly.
FlagImprovedExternalSessionHandlingSAML = "improvedExternalSessionHandlingSAML"
// FlagTeamHttpHeadersMimir
// Enables LBAC for datasources for Mimir to apply LBAC filtering of metrics to the client requests for users in teams
FlagTeamHttpHeadersMimir = "teamHttpHeadersMimir"
// FlagTeamHttpHeadersTempo
// Enables LBAC for datasources for Tempo to apply LBAC filtering of traces to the client requests for users in teams
FlagTeamHttpHeadersTempo = "teamHttpHeadersTempo"
+2 -1
View File
@@ -3014,7 +3014,8 @@
"metadata": {
"name": "teamHttpHeadersMimir",
"resourceVersion": "1753448760331",
"creationTimestamp": "2025-01-13T10:42:47Z"
"creationTimestamp": "2025-01-13T10:42:47Z",
"deletionTimestamp": "2025-08-06T08:19:47Z"
},
"spec": {
"description": "Enables LBAC for datasources for Mimir to apply LBAC filtering of metrics to the client requests for users in teams",