diff --git a/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/index.md b/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/index.md index 697dc913e7d8..e848c206cf68 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/dashboard/quicksight/index.md @@ -135,6 +135,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.6.x/connectors/database/athena/index.md b/openmetadata-docs/content/v1.6.x/connectors/database/athena/index.md index a14c251ef7b7..1d8be551a3dd 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/database/athena/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/database/athena/index.md @@ -204,6 +204,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.6.x/connectors/database/dynamodb/index.md b/openmetadata-docs/content/v1.6.x/connectors/database/dynamodb/index.md index b480f761b8fc..a74b13955ffa 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/database/dynamodb/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/database/dynamodb/index.md @@ -111,6 +111,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.6.x/connectors/database/greenplum/index.md b/openmetadata-docs/content/v1.6.x/connectors/database/greenplum/index.md index 503ec262fb61..479c1096ef9f 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/database/greenplum/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/database/greenplum/index.md @@ -98,6 +98,12 @@ Configure and schedule Greenplum metadata and profiler workflows from the OpenMe Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). + {%note%} + When using Assume Role authentication, ensure you provide the following details: + - **AWS Region**: Specify the AWS region for your deployment. + - **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. + {%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.6.x/connectors/database/iceberg/index.md b/openmetadata-docs/content/v1.6.x/connectors/database/iceberg/index.md index a6c5d5eb5f74..d7afaf9b4cc6 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/database/iceberg/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/database/iceberg/index.md @@ -165,6 +165,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name (Not Supported)**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.6.x/connectors/database/mysql/index.md b/openmetadata-docs/content/v1.6.x/connectors/database/mysql/index.md index c601df95453f..b229d40f5adf 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/database/mysql/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/database/mysql/index.md @@ -130,6 +130,12 @@ Executing the profiler workflow or data quality tests, will require the user to Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). + {%note%} + When using Assume Role authentication, ensure you provide the following details: + - **AWS Region**: Specify the AWS region for your deployment. + - **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. + {%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.6.x/connectors/database/postgres/index.md b/openmetadata-docs/content/v1.6.x/connectors/database/postgres/index.md index 5fcc04014768..d6c7dd8fd423 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/database/postgres/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/database/postgres/index.md @@ -120,6 +120,12 @@ GRANT pg_read_all_stats TO your_user; Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). + {%note%} + When using Assume Role authentication, ensure you provide the following details: + - **AWS Region**: Specify the AWS region for your deployment. + - **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. + {%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.6.x/connectors/messaging/kinesis/index.md b/openmetadata-docs/content/v1.6.x/connectors/messaging/kinesis/index.md index 7bc6192c0d0f..99cbff63eee8 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/messaging/kinesis/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/messaging/kinesis/index.md @@ -114,6 +114,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/glue-pipeline/index.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/glue-pipeline/index.md index 93f9020bf4e9..1dda76d0d0cf 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/pipeline/glue-pipeline/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/glue-pipeline/index.md @@ -96,6 +96,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/index.md index e52466a9583e..a267f86d1aca 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/dashboard/quicksight/index.md @@ -135,6 +135,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/athena/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/athena/index.md index 77363fc5b5f9..0b9543be34cf 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/athena/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/athena/index.md @@ -204,6 +204,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/dynamodb/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/dynamodb/index.md index b68c1d041379..fcdd5ae153f3 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/dynamodb/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/dynamodb/index.md @@ -111,6 +111,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/greenplum/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/greenplum/index.md index d2b240c82623..b8d5bf10ed64 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/greenplum/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/greenplum/index.md @@ -98,6 +98,12 @@ Configure and schedule Greenplum metadata and profiler workflows from the OpenMe Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). + {%note%} + When using Assume Role authentication, ensure you provide the following details: + - **AWS Region**: Specify the AWS region for your deployment. + - **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. + {%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/iceberg/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/iceberg/index.md index 9dbf99819ef1..a0b22dad6c46 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/iceberg/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/iceberg/index.md @@ -165,6 +165,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name (Not Supported)**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/mysql/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/mysql/index.md index 4f258ea719ef..6734227603dd 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/mysql/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/mysql/index.md @@ -130,6 +130,12 @@ Executing the profiler workflow or data quality tests, will require the user to Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). + {%note%} + When using Assume Role authentication, ensure you provide the following details: + - **AWS Region**: Specify the AWS region for your deployment. + - **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. + {%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/postgres/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/postgres/index.md index bdf9708f4c49..78dd5f3b0fdf 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/postgres/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/database/postgres/index.md @@ -120,6 +120,12 @@ GRANT pg_read_all_stats TO your_user; Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). + {%note%} + When using Assume Role authentication, ensure you provide the following details: + - **AWS Region**: Specify the AWS region for your deployment. + - **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. + {%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/messaging/kinesis/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/messaging/kinesis/index.md index e2e3fb0403c1..f05512daa5e8 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/messaging/kinesis/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/messaging/kinesis/index.md @@ -114,6 +114,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/glue-pipeline/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/glue-pipeline/index.md index 74eafa939f30..5cf12dd1bcdd 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/glue-pipeline/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/glue-pipeline/index.md @@ -96,6 +96,12 @@ This is a required field if you'd like to `AssumeRole`. Find more information on [AssumeRole](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). +{%note%} +When using Assume Role authentication, ensure you provide the following details: +- **AWS Region**: Specify the AWS region for your deployment. +- **Assume Role ARN**: Provide the ARN of the role in your AWS account that OpenMetadata will assume. +{%/note%} + - **Assume Role Session Name**: An identifier for the assumed role session. Use the role session name to uniquely identify a session when the same role is assumed by different principals or for different reasons.