From 5a75ac6bae66d80b0b1ac86bd60fa4fdfd5e4b85 Mon Sep 17 00:00:00 2001 From: hanzjk Date: Thu, 7 Nov 2024 15:01:33 +0530 Subject: [PATCH 1/3] Update content of database credential docs --- ...naged-databases-and-caches-to-the-marketplace.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md b/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md index c046059f6..802e9ef4c 100644 --- a/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md +++ b/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md @@ -7,9 +7,9 @@ When you create a Choreo-managed database or cache, you can add it to the Market ## Step 1: Register credentials -When you create a database or cache server, you get super admin credentials by default. You can use these credentials to create new user credentials. The steps to create new user credentials depend on the type of database or cache you are using. +You can register either the default super admin credentials or credentials you create using the super admin credentials. When you create a database or cache server, you get super admin credentials by default. You can use these super user credentials to create new user credentials. The steps to create new user credentials depend on the type of database or cache you are using. -You can register either the default super admin credentials or any custom credentials you create using the super admin credentials. +The registered credentials will be used when creating the connection. You will be prompted to select the credentials for each database from the list of added credentials during the connection setup. To register credentials for a database, follow these steps: @@ -20,8 +20,13 @@ To register credentials for a database, follow these steps: 5. Click the **Databases** tab. 6. Click to expand the database for which you want to register credentials, then click **Add Credentials**. 7. In the **Add Credentials** dialog, do one of the following depending on your requirements: - - If you want to use the custom credentials you created using the super admin credentials, select **Add New Credentials** and specify appropriate values for each field. - - If you want to use the default super admin credentials, select **Add Super Admin Credentials** and specify appropriate values for each field. + + i. **Add New Credentials** + - Save the newly created database credentials to Choreo by providing a display name and specifying the environment where those credentials will be used. The steps to create new user credentials depend on the type of database or cache you are using. + - Generally, you will need to log in to your database server as the super admin using a command-line interface or a database management tool and create new database users with the required permission levels. + + ii. **Add Super Admin Credentials** + - Save the provided super admin credentials by giving a display name and specifying the environment where those credentials will be used. 8. Click **Save**. !!! tip From 292be14a75bbd7019b47226185f58447814cfe1a Mon Sep 17 00:00:00 2001 From: hanzjk Date: Fri, 8 Nov 2024 10:01:27 +0530 Subject: [PATCH 2/3] Update wording --- ...horeo-managed-databases-and-caches-to-the-marketplace.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md b/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md index 802e9ef4c..5ff08da8e 100644 --- a/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md +++ b/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md @@ -22,11 +22,11 @@ To register credentials for a database, follow these steps: 7. In the **Add Credentials** dialog, do one of the following depending on your requirements: i. **Add New Credentials** - - Save the newly created database credentials to Choreo by providing a display name and specifying the environment where those credentials will be used. The steps to create new user credentials depend on the type of database or cache you are using. - - Generally, you will need to log in to your database server as the super admin using a command-line interface or a database management tool and create new database users with the required permission levels. + - Add the newly created database credentials to Choreo by providing a display name and specifying the environment where those credentials will be used. + - The steps to create new user credentials depend on the type of database or cache you are using. Generally, you will need to log in to your database server as the super admin using a command-line interface or a database management tool and create new database users with the required permission levels. ii. **Add Super Admin Credentials** - - Save the provided super admin credentials by giving a display name and specifying the environment where those credentials will be used. + - Add the provided super admin credentials by giving a display name and specifying the environment where those credentials will be used. 8. Click **Save**. !!! tip From de0152dbef17891d9636b7851f471bbd35f565ed Mon Sep 17 00:00:00 2001 From: Nisrin Date: Wed, 20 Nov 2024 10:12:36 +0530 Subject: [PATCH 3/3] Apply review suggestions --- ...databases-and-caches-to-the-marketplace.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md b/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md index 5ff08da8e..c043e8944 100644 --- a/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md +++ b/en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md @@ -7,9 +7,9 @@ When you create a Choreo-managed database or cache, you can add it to the Market ## Step 1: Register credentials -You can register either the default super admin credentials or credentials you create using the super admin credentials. When you create a database or cache server, you get super admin credentials by default. You can use these super user credentials to create new user credentials. The steps to create new user credentials depend on the type of database or cache you are using. +To register credentials, you can either use the default super admin credentials or the credentials you create using the super admin credentials. When you create a database or cache server, super admin credentials are generated by default. You can use these super admin credentials to create new user credentials. The steps to create new user credentials depend on the type of database or cache you are using. -The registered credentials will be used when creating the connection. You will be prompted to select the credentials for each database from the list of added credentials during the connection setup. +You can use the registered credentials to create a connection. During connection setup, you must select credentials for each database from the list of available credentials. To register credentials for a database, follow these steps: @@ -21,12 +21,17 @@ To register credentials for a database, follow these steps: 6. Click to expand the database for which you want to register credentials, then click **Add Credentials**. 7. In the **Add Credentials** dialog, do one of the following depending on your requirements: - i. **Add New Credentials** - - Add the newly created database credentials to Choreo by providing a display name and specifying the environment where those credentials will be used. - - The steps to create new user credentials depend on the type of database or cache you are using. Generally, you will need to log in to your database server as the super admin using a command-line interface or a database management tool and create new database users with the required permission levels. + - Select **Add New Credentials** and specify the following: + - A display name for the credentials. + - The database credentials you created to use when setting up database connections in Choreo. + - The environment where you want to use the credentials. + + The steps to create new user credentials depend on the type of database or cache you are using. In general, you must log in to your database server as the super admin using a command-line interface or a database management tool. Then, create new database users with the required permission levels. + + - Select **Add Super Admin Credentials** and specify the following: + - A display name for the credentials. + - The environment where you want to use the credentials. - ii. **Add Super Admin Credentials** - - Add the provided super admin credentials by giving a display name and specifying the environment where those credentials will be used. 8. Click **Save**. !!! tip