Auth: Make ssoSettingsSAML GA and enabled by default (#101766)

Make ssoSettingsSAML GA and enabled by default
This commit is contained in:
Misi 2025-03-07 12:01:18 +01:00 committed by GitHub
parent 56b030492f
commit d3b3186713
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 7 deletions

View File

@ -64,6 +64,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `groupToNestedTableTransformation` | Enables the group to nested table transformation | Yes |
| `newPDFRendering` | New implementation for the dashboard-to-PDF rendering | Yes |
| `tlsMemcached` | Use TLS-enabled memcached in the enterprise caching feature | Yes |
| `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector | Yes |
| `cloudWatchNewLabelParsing` | Updates CloudWatch label parsing to be more accurate | Yes |
| `accessActionSets` | Introduces action sets for resource permissions. Also ensures that all folder editors and admins can create subfolders without needing any additional permissions. | Yes |
| `newDashboardSharingComponent` | Enables the new sharing drawer design | Yes |
@ -111,7 +112,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `regressionTransformation` | Enables regression analysis transformation |
| `onPremToCloudMigrations` | Enable the Grafana Migration Assistant, which helps you easily migrate on-prem resources, such as dashboards, folders, and data source configurations, to your Grafana Cloud stack. |
| `alertingSaveStateCompressed` | Enables the compressed protobuf-based alert state storage |
| `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector |
| `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 |
| `improvedExternalSessionHandling` | Enables improved support for OAuth external sessions. After enabling this feature, users might need to re-authenticate themselves. |

View File

@ -1070,8 +1070,9 @@ var (
{
Name: "ssoSettingsSAML",
Description: "Use the new SSO Settings API to configure the SAML connector",
Stage: FeatureStagePublicPreview,
Stage: FeatureStageGeneralAvailability,
Owner: identityAccessTeam,
Expression: "true",
AllowSelfServe: true,
},
{

View File

@ -140,7 +140,7 @@ kubernetesAggregator,experimental,@grafana/grafana-app-platform-squad,false,true
expressionParser,experimental,@grafana/grafana-app-platform-squad,false,true,false
groupByVariable,experimental,@grafana/dashboards-squad,false,false,false
scopeFilters,experimental,@grafana/dashboards-squad,false,false,false
ssoSettingsSAML,preview,@grafana/identity-access-team,false,false,false
ssoSettingsSAML,GA,@grafana/identity-access-team,false,false,false
oauthRequireSubClaim,experimental,@grafana/identity-access-team,false,false,false
newDashboardWithFiltersAndGroupBy,experimental,@grafana/dashboards-squad,false,false,false
cloudWatchNewLabelParsing,GA,@grafana/aws-datasources,false,false,false

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
140 expressionParser experimental @grafana/grafana-app-platform-squad false true false
141 groupByVariable experimental @grafana/dashboards-squad false false false
142 scopeFilters experimental @grafana/dashboards-squad false false false
143 ssoSettingsSAML preview GA @grafana/identity-access-team false false false
144 oauthRequireSubClaim experimental @grafana/identity-access-team false false false
145 newDashboardWithFiltersAndGroupBy experimental @grafana/dashboards-squad false false false
146 cloudWatchNewLabelParsing GA @grafana/aws-datasources false false false

View File

@ -3848,14 +3848,18 @@
{
"metadata": {
"name": "ssoSettingsSAML",
"resourceVersion": "1718727528075",
"creationTimestamp": "2024-03-14T11:04:45Z"
"resourceVersion": "1741342789814",
"creationTimestamp": "2024-03-14T11:04:45Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-03-07 10:19:49.814084 +0000 UTC"
}
},
"spec": {
"description": "Use the new SSO Settings API to configure the SAML connector",
"stage": "preview",
"stage": "GA",
"codeowner": "@grafana/identity-access-team",
"allowSelfServe": true
"allowSelfServe": true,
"expression": "true"
}
},
{