From 5a75ac6bae66d80b0b1ac86bd60fa4fdfd5e4b85 Mon Sep 17 00:00:00 2001 From: hanzjk Date: Thu, 7 Nov 2024 15:01:33 +0530 Subject: [PATCH 1/2] 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/2] 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