From 78b13e034456c645b1dcd1018efb4db5382e5ca1 Mon Sep 17 00:00:00 2001 From: fpagny Date: Mon, 23 Sep 2024 11:03:43 +0200 Subject: [PATCH 1/2] Update connect-to-a-database.mdx Light modification to improve readability (and align wording between IAM user / IAM application) based on a user feedback who misread the information. --- serverless/sql-databases/how-to/connect-to-a-database.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/sql-databases/how-to/connect-to-a-database.mdx b/serverless/sql-databases/how-to/connect-to-a-database.mdx index 765061ecb2..a15036ea8b 100644 --- a/serverless/sql-databases/how-to/connect-to-a-database.mdx +++ b/serverless/sql-databases/how-to/connect-to-a-database.mdx @@ -53,7 +53,7 @@ To connect to a Serverless SQL Database, you can either use a **connection strin 2. Select the [principal](/identity-and-access-management/iam/concepts/#principal) to connect to the database: - Yourself, as an [IAM user](/identity-and-access-management/iam/concepts/#user). - - An [application](/identity-and-access-management/iam/concepts/#application) that you [previously created](/identity-and-access-management/iam/how-to/create-application/) in the IAM section of the console. + - or an [IAM application](/identity-and-access-management/iam/concepts/#application) that you [previously created](/identity-and-access-management/iam/how-to/create-application/) in the IAM section of the console. Refer to the [IAM documentation](/identity-and-access-management/iam/reference-content/overview/) for more information on identities and access rights. From 7420948abd5afcd27b863f37b83620efcf83a8e8 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Mon, 23 Sep 2024 14:40:56 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- serverless/sql-databases/how-to/connect-to-a-database.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/serverless/sql-databases/how-to/connect-to-a-database.mdx b/serverless/sql-databases/how-to/connect-to-a-database.mdx index a15036ea8b..7edf0cc8b1 100644 --- a/serverless/sql-databases/how-to/connect-to-a-database.mdx +++ b/serverless/sql-databases/how-to/connect-to-a-database.mdx @@ -51,9 +51,9 @@ To connect to a Serverless SQL Database, you can either use a **connection strin 1. From the **Overview** tab of your database, click the **Set up credentials** button. The setup wizard displays. -2. Select the [principal](/identity-and-access-management/iam/concepts/#principal) to connect to the database: - - Yourself, as an [IAM user](/identity-and-access-management/iam/concepts/#user). - - or an [IAM application](/identity-and-access-management/iam/concepts/#application) that you [previously created](/identity-and-access-management/iam/how-to/create-application/) in the IAM section of the console. +2. Select the [principal](/identity-and-access-management/iam/concepts/#principal) to connect to the database, who can be either: + - Yourself, as an [IAM user](/identity-and-access-management/iam/concepts/#user), or + - An [IAM application](/identity-and-access-management/iam/concepts/#application) you [previously created](/identity-and-access-management/iam/how-to/create-application/) in the IAM section of the console. Refer to the [IAM documentation](/identity-and-access-management/iam/reference-content/overview/) for more information on identities and access rights.