LBAC for datasources: Remove ft teamHttpHeadersMimir (#109240)
chore: remove ft for mimir
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user