[release-12.1.1] AWS Datasources: Update grafana assume role docs for GA (#109403)
AWS Datasources: Update grafana assume role docs for GA (#107220)
(cherry picked from commit da0f1d7b18)
Co-authored-by: Isabella Siu <Isabella.siu@grafana.com>
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com>
This commit is contained in:
co-authored by
Isabella Siu
Larissa Wandzura
Kevin Yu
parent
1c3628f3c6
commit
5130b3c704
@@ -296,7 +296,8 @@ var (
|
||||
{
|
||||
Name: "awsDatasourcesTempCredentials",
|
||||
Description: "Support temporary security credentials in AWS plugins for Grafana Cloud customers",
|
||||
Stage: FeatureStageExperimental,
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
Expression: "true", // enabled by default
|
||||
Owner: awsDatasourcesSquad,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -37,7 +37,7 @@ pluginsDetailsRightPanel,GA,@grafana/plugins-platform-backend,false,false,true
|
||||
sqlDatasourceDatabaseSelection,preview,@grafana/oss-big-tent,false,false,true
|
||||
recordedQueriesMulti,GA,@grafana/observability-metrics,false,false,false
|
||||
logsExploreTableVisualisation,GA,@grafana/observability-logs,false,false,true
|
||||
awsDatasourcesTempCredentials,experimental,@grafana/aws-datasources,false,false,false
|
||||
awsDatasourcesTempCredentials,GA,@grafana/aws-datasources,false,false,false
|
||||
transformationsRedesign,GA,@grafana/observability-metrics,false,false,true
|
||||
mlExpressions,experimental,@grafana/alerting-squad,false,false,false
|
||||
datasourceAPIServers,experimental,@grafana/grafana-app-platform-squad,false,true,false
|
||||
|
||||
|
@@ -472,13 +472,17 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "awsDatasourcesTempCredentials",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2023-07-06T15:06:11Z"
|
||||
"resourceVersion": "1752523189825",
|
||||
"creationTimestamp": "2023-07-06T15:06:11Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-07-14 19:59:49.825959 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Support temporary security credentials in AWS plugins for Grafana Cloud customers",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/aws-datasources"
|
||||
"stage": "GA",
|
||||
"codeowner": "@grafana/aws-datasources",
|
||||
"expression": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -2022,8 +2026,11 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "multiTenantTempCredentials",
|
||||
"resourceVersion": "1750434297879",
|
||||
"creationTimestamp": "2025-04-02T20:25:50Z"
|
||||
"resourceVersion": "1752523189825",
|
||||
"creationTimestamp": "2025-04-02T20:25:50Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-07-14 19:59:49.825959 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "use multi-tenant path for awsTempCredentials",
|
||||
|
||||
Reference in New Issue
Block a user