|
3 | 3 | When you create a Choreo-managed database or cache, you can add it to the Marketplace, making it available for consumption through a connection. |
4 | 4 |
|
5 | 5 | !!! 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. |
7 | 7 |
|
8 | | -## Step 1: Register credentials |
| 8 | +## Step 1: Import credentials |
9 | 9 |
|
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. |
11 | 11 |
|
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. |
13 | 13 |
|
14 | | -To register credentials for a database, follow these steps: |
| 14 | +To import credentials for a database, follow these steps: |
15 | 15 |
|
16 | 16 | 1. Sign in to the [Choreo Console](https://console.choreo.dev/). |
17 | 17 | 2. Go to the Choreo Console header and select your organization from the **Organization** list. |
18 | 18 | 3. In the left navigation menu, click **Dependencies** and then click **Databases**. |
19 | 19 | 4. Click on a required database to view its details. |
20 | 20 | 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: |
23 | 23 |
|
24 | | - - Select **Add New Credentials** and specify the following: |
| 24 | + - Select **Use Created Credentials** and specify the following: |
25 | 25 | - A display name for the credentials. |
26 | 26 | - The database credentials you created to use when setting up database connections in Choreo. |
27 | 27 | - The environment where you want to use the credentials. |
28 | 28 |
|
29 | 29 | 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. |
30 | 30 |
|
31 | | - - Select **Add Super Admin Credentials** and specify the following: |
| 31 | + - Select **Use Super Admin Credentials** and specify the following: |
32 | 32 | - A display name for the credentials. |
33 | 33 | - The environment where you want to use the credentials. |
34 | 34 |
|
35 | 35 | 8. Click **Save**. |
36 | 36 |
|
37 | 37 | !!! 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. |
39 | 39 |
|
40 | 40 | ## Step 2: Add the database or cache to the Marketplace |
41 | 41 |
|
|
0 commit comments