Skip to content

Commit 448f8d6

Browse files
committed
Update doc related to importing db creds
1 parent 02cbe9b commit 448f8d6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

en/docs/manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
When you create a Choreo-managed database or cache, you can add it to the Marketplace, making it available for consumption through a connection.
44

55
!!! note
6-
To add a Choreo-managed database or cache to the Marketplace, you must register at least one credential for it.
6+
To add a Choreo-managed database or cache to the Marketplace, you must import at least one credential for it.
77

8-
## Step 1: Register credentials
8+
## Step 1: Import credentials
99

10-
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.
10+
To import 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.
1111

12-
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.
12+
You can use the imported credentials to create a connection. During connection setup, you must select credentials for each database from the list of available credentials.
1313

14-
To register credentials for a database, follow these steps:
14+
To import credentials for a database, follow these steps:
1515

1616
1. Sign in to the [Choreo Console](https://console.choreo.dev/).
1717
2. Go to the Choreo Console header and select your organization from the **Organization** list.
1818
3. In the left navigation menu, click **Dependencies** and then click **Databases**.
1919
4. Click on a required database to view its details.
2020
5. Click the **Databases** tab.
21-
6. Click to expand the database for which you want to register credentials, then click **Add Credentials**.
22-
7. In the **Add Credentials** dialog, do one of the following depending on your requirements:
21+
6. Click to expand the database for which you want to import credentials, then click **Import Credentials**.
22+
7. In the **Import Credentials** dialog, do one of the following depending on your requirements:
2323

24-
- Select **Add New Credentials** and specify the following:
24+
- Select **Use Created Credentials** and specify the following:
2525
- A display name for the credentials.
2626
- The database credentials you created to use when setting up database connections in Choreo.
2727
- The environment where you want to use the credentials.
2828

2929
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.
3030

31-
- Select **Add Super Admin Credentials** and specify the following:
31+
- Select **Use Super Admin Credentials** and specify the following:
3232
- A display name for the credentials.
3333
- The environment where you want to use the credentials.
3434

3535
8. Click **Save**.
3636

3737
!!! tip
38-
Choreo allows you to delete registered credentials to prevent their use when establishing new connections. However, deleting credentials will not affect any existing database connections that are already using them.
38+
Choreo allows you to delete imported credentials to prevent their use when establishing new connections. However, deleting credentials will not affect any existing database connections that are already using them.
3939

4040
## Step 2: Add the database or cache to the Marketplace
4141

0 commit comments

Comments
 (0)