Auth: Promote ssoSettingsLDAP flag to public preview (#94242)

* promote ssoSettingsLDAP flag to public preview

* add generated file
This commit is contained in:
Mihai Doarna
2024-10-04 14:59:42 +03:00
committed by GitHub
parent 458fc69616
commit a82f102878
4 changed files with 17 additions and 13 deletions
@@ -111,6 +111,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector |
| `accessActionSets` | Introduces action sets for resource permissions. Also ensures that all folder editors and admins can create subfolders without needing any additional permissions. |
| `azureMonitorPrometheusExemplars` | Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars |
| `ssoSettingsLDAP` | Use the new SSO Settings API to configure LDAP |
| `cloudwatchMetricInsightsCrossAccount` | Enables cross account observability for Cloudwatch Metric Insights query builder |
| `useSessionStorageForRedirection` | Use session storage for handling the redirection after login |
+6 -6
View File
@@ -1324,12 +1324,12 @@ var (
Expression: "true",
},
{
Name: "ssoSettingsLDAP",
Description: "Use the new SSO Settings API to configure LDAP",
Stage: FeatureStageExperimental,
Owner: identityAccessTeam,
HideFromDocs: true,
HideFromAdminPage: true,
Name: "ssoSettingsLDAP",
Description: "Use the new SSO Settings API to configure LDAP",
Stage: FeatureStagePublicPreview,
Owner: identityAccessTeam,
AllowSelfServe: true,
RequiresRestart: true,
},
{
Name: "failWrongDSUID",
+1 -1
View File
@@ -173,7 +173,7 @@ azureMonitorPrometheusExemplars,preview,@grafana/partner-datasources,false,false
pinNavItems,GA,@grafana/grafana-frontend-platform,false,false,false
authZGRPCServer,experimental,@grafana/identity-access-team,false,false,false
openSearchBackendFlowEnabled,GA,@grafana/aws-datasources,false,false,false
ssoSettingsLDAP,experimental,@grafana/identity-access-team,false,false,false
ssoSettingsLDAP,preview,@grafana/identity-access-team,false,true,false
failWrongDSUID,experimental,@grafana/plugins-platform-backend,false,false,false
zanzana,experimental,@grafana/identity-access-team,false,false,false
passScopeToDashboardApi,experimental,@grafana/dashboards-squad,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
173 pinNavItems GA @grafana/grafana-frontend-platform false false false
174 authZGRPCServer experimental @grafana/identity-access-team false false false
175 openSearchBackendFlowEnabled GA @grafana/aws-datasources false false false
176 ssoSettingsLDAP experimental preview @grafana/identity-access-team false false true false
177 failWrongDSUID experimental @grafana/plugins-platform-backend false false false
178 zanzana experimental @grafana/identity-access-team false false false
179 passScopeToDashboardApi experimental @grafana/dashboards-squad false false false
+9 -6
View File
@@ -2842,15 +2842,18 @@
{
"metadata": {
"name": "ssoSettingsLDAP",
"resourceVersion": "1718727528075",
"creationTimestamp": "2024-06-18T11:31:27Z"
"resourceVersion": "1728034012257",
"creationTimestamp": "2024-06-18T11:31:27Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-10-04 09:26:52.257203 +0000 UTC"
}
},
"spec": {
"description": "Use the new SSO Settings API to configure LDAP",
"stage": "experimental",
"stage": "preview",
"codeowner": "@grafana/identity-access-team",
"hideFromAdminPage": true,
"hideFromDocs": true
"requiresRestart": true,
"allowSelfServe": true
}
},
{
@@ -3116,4 +3119,4 @@
}
}
]
}
}