AWS whitepapers documentation change
Summary
Updated OpenSearch download URL and clarified Lake Formation authorization configuration syntax
Security assessment
The Lake Formation configuration change (backticks for `LakeformationEnabled=true`) documents proper security configuration for authorization handling, though it doesn't address a specific vulnerability. This qualifies as security documentation improvement rather than vulnerability remediation.
Diff
diff --git a/whitepapers/latest/using-power-bi-with-aws-cloud/appendix-microsoft-power-bi-supported-aws-data-sources.md b/whitepapers/latest/using-power-bi-with-aws-cloud/appendix-microsoft-power-bi-supported-aws-data-sources.md index e377e0b0d..d67de73b3 100644 --- a//whitepapers/latest/using-power-bi-with-aws-cloud/appendix-microsoft-power-bi-supported-aws-data-sources.md +++ b//whitepapers/latest/using-power-bi-with-aws-cloud/appendix-microsoft-power-bi-supported-aws-data-sources.md @@ -132 +132 @@ When using Amazon OpenSearch Service with Microsoft Power BI, keep the following - * Connectivity to Amazon OpenSearch Service requires the Open Database Connectivity (ODBC) driver, which is a read-only ODBC driver for Windows and macOS that lets you connect business intelligence (BI) and data visualization applications like [Tableau](https://github.com/opendistro-for-elasticsearch/sql/blob/develop/sql-odbc/docs/user/tableau_support.md), [Microsoft Excel](https://github.com/opendistro-for-elasticsearch/sql/blob/develop/sql-odbc/docs/user/microsoft_excel_support.md), and [Power BI](https://github.com/opendistro-for-elasticsearch/sql/blob/main/sql-odbc/docs/user/power_bi_support.md) to the SQL plugin on your cluster. The driver is available on the OpenSearch [Download & Get Started](https://opensearch.org/versions/opensearch-2-3-0.html) website. For configuration instructions, refer to the “Customizing the ODBC driver” section in [OpenSearch ODBC driver website](https://opensearch.org/docs/latest/search-plugins/sql/sql/odbc/). + * Connectivity to Amazon OpenSearch Service requires the Open Database Connectivity (ODBC) driver, which is a read-only ODBC driver for Windows and macOS that lets you connect business intelligence (BI) and data visualization applications like [Tableau](https://github.com/opendistro-for-elasticsearch/sql/blob/develop/sql-odbc/docs/user/tableau_support.md), [Microsoft Excel](https://github.com/opendistro-for-elasticsearch/sql/blob/develop/sql-odbc/docs/user/microsoft_excel_support.md), and [Power BI](https://github.com/opendistro-for-elasticsearch/sql/blob/main/sql-odbc/docs/user/power_bi_support.md) to the SQL plugin on your cluster. The driver is available on the OpenSearch [Download & Get Started](https://opensearch.org/downloads/) website. For configuration instructions, refer to the “Customizing the ODBC driver” section in [OpenSearch ODBC driver website](https://opensearch.org/docs/latest/search-plugins/sql/sql/odbc/). @@ -149 +149 @@ When using Lake Formation with Microsoft Power BI, keep the following points in - * To query data from the Lake Formation Data Catalog with Power BI Desktop or Power BI service, use the same process and configuration as querying data in Athena. If you are making use of the Lake Formation permission model, ensure that the ODBC DSN configuration for Amazon Athena has the “LakeformationEnabled” property key set to a value of “true”. This tells the Amazon Athena ODBC driver to use the Lake Formation service for authorization, instead of AWS Security Token Service directly. For more information, refer to the documentation for [Connecting to Amazon Athena with ODBC](https://docs.aws.amazon.com/athena/latest/ug/connect-with-odbc.html#connect-with-odbc-driver-documentation). + * To query data from the Lake Formation Data Catalog with Power BI Desktop or Power BI service, use the same process and configuration as querying data in Athena. If you are making use of the Lake Formation permission model, ensure that the ODBC DSN configuration for Amazon Athena has the `LakeformationEnabled` property key set to a value of `true`. This tells the Amazon Athena ODBC driver to use the Lake Formation service for authorization, instead of AWS Security Token Service directly. For more information, refer to the documentation for [Connecting to Amazon Athena with ODBC](https://docs.aws.amazon.com/athena/latest/ug/connect-with-odbc.html#connect-with-odbc-driver-documentation).