Skip to content

Commit 965f919

Browse files
Merge pull request #167 from gmiller-mdb/DOCSP-42970-relational-migrator-nested-components
DOCSP-42970-relational-migrator-nested-components
2 parents 2dc97e1 + b3a3746 commit 965f919

File tree

1 file changed

+50
-51
lines changed

1 file changed

+50
-51
lines changed

source/installation/kafka-deployments/install-confluent-kafka.txt

Lines changed: 50 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -67,96 +67,95 @@ Steps
6767
The following API keys are found in the Confluent Cloud console. For more
6868
information, see `Use API Keys <https://docs.confluent.io/cloud/current/access-management/authenticate/api-keys/api-keys.html>`__.
6969

70-
.. procedure::
7170

72-
.. step:: Configure Confluent Cloud API keys
7371

74-
In the top right corner of the Confluent Console, click the :icon-fa5:`bars` icon.
75-
Under :guilabel:`Administration`, select :guilabel:`Cloud API Keys`.
72+
a) Configure Confluent Cloud API keys
7673

77-
Create Confluent Cloud API keys and configure permissions for them. You
78-
have two permission options:
74+
In the top right corner of the Confluent Console, click the :icon-fa5:`bars` icon.
75+
Under :guilabel:`Administration`, select :guilabel:`Cloud API Keys`.
7976

80-
1. Grant global access.
77+
Create Confluent Cloud API keys and configure permissions for them. You
78+
have two permission options:
79+
80+
- Grant global access.
8181

82-
2. Create a service account and grant granular access.
82+
- Create a service account and grant granular access.
8383

84-
If you create a service account, you must add the ``Operator`` role for the
85-
environment and the ``CloudClusterAdmin`` role to the cluster.
84+
If you create a service account, you must add the ``Operator`` role for the
85+
environment and the ``CloudClusterAdmin`` role to the cluster.
8686

87-
Once created, save the API key and secret. These values are added to your
88-
``user.properties`` file as ``migrator.confluent.cloud-credentials.api-key``
89-
and ``migrator.confluent.cloud-credentials.api-secret``.
87+
Once created, save the API key and secret. These values are added to your
88+
``user.properties`` file as ``migrator.confluent.cloud-credentials.api-key``
89+
and ``migrator.confluent.cloud-credentials.api-secret``.
9090

91-
For more information, see `Use API Keys to Control Access in Confluent Cloud
92-
<https://docs.confluent.io/cloud/current/access-management/authenticate/api-keys/api-keys.html>`__.
91+
For more information, see `Use API Keys to Control Access in Confluent Cloud
92+
<https://docs.confluent.io/cloud/current/access-management/authenticate/api-keys/api-keys.html>`__.
9393

94-
.. step:: Configure Kafka cluster API keys
94+
b) Configure Kafka cluster API keys
9595

96-
To access your Kafka cluster, you must configure your Kafka cluster API keys.
97-
Navigate to your :guilabel:`Cluster Overview`. In the left-side panel,
98-
click :guilabel:`API Keys` to create your Kafka cluster API keys.
96+
To access your Kafka cluster, you must configure your Kafka cluster API keys.
97+
Navigate to your :guilabel:`Cluster Overview`. In the left-side panel,
98+
click :guilabel:`API Keys` to create your Kafka cluster API keys.
9999

100-
Save the API key and secret. These values are added to your
101-
``user.properties`` file as ``migrator.confluent.kafka-credentials.api-key``
102-
and ``migrator.confluent.kafka-credentials.api-secret``.
100+
Save the API key and secret. These values are added to your
101+
``user.properties`` file as ``migrator.confluent.kafka-credentials.api-key``
102+
and ``migrator.confluent.kafka-credentials.api-secret``.
103103

104-
For more information, see `Use API Keys to Control Access in Confluent Cloud
105-
<https://docs.confluent.io/cloud/current/access-management/authenticate/api-keys/api-keys.html>`__.
104+
For more information, see `Use API Keys to Control Access in Confluent Cloud
105+
<https://docs.confluent.io/cloud/current/access-management/authenticate/api-keys/api-keys.html>`__.
106106

107107
.. step:: Gather more configuration information
108108

109109
You'll find your environment ID, cluster ID, Bootstrap server, and cluster REST
110110
endpoint in the Confluent Cloud console. For more information, see
111111
`Confluent Cloud Documentation <https://docs.confluent.io/cloud/current/overview.html>`__.
112112

113-
.. procedure::
114113

115-
.. step:: Find and save your environment ID
114+
a) Find and save your environment ID
116115

117-
From your :guilabel:`Environments` overview page, choose your
118-
cloud environment. Your environment ID is below the environment name
119-
in the right-side panel.
116+
From your :guilabel:`Environments` overview page, choose your
117+
cloud environment. Your environment ID is below the environment name
118+
in the right-side panel.
120119

121-
The general environment ID form is:
120+
The general environment ID form is:
122121

123-
.. code-block::
122+
.. code-block::
124123

125-
env-ab1cde
124+
env-ab1cde
126125

127-
.. step:: Find and save your cluster ID
126+
b) Find and save your cluster ID
128127

129-
Navigate to your :guilabel:`Cluster Overview` page and find your cluster ID
130-
in the right-side information panel.
128+
Navigate to your :guilabel:`Cluster Overview` page and find your cluster ID
129+
in the right-side information panel.
131130

132-
The general cluster ID form is:
131+
The general cluster ID form is:
133132

134-
.. code-block::
133+
.. code-block::
135134

136-
abc-1test2
135+
abc-1test2
137136

138-
.. step:: Find and save your cluster's Bootstrap server
137+
c) Find and save your cluster's Bootstrap server
139138

140-
From your :guilabel:`Cluster Overview` page, use the left-side navigation and
141-
click :guilabel:`Cluster Settings`. On the :guilabel:`Cluster Settings` page,
142-
locate your cluster's Bootstrap server.
139+
From your :guilabel:`Cluster Overview` page, use the left-side navigation and
140+
click :guilabel:`Cluster Settings`. On the :guilabel:`Cluster Settings` page,
141+
locate your cluster's Bootstrap server.
143142

144-
The general Bootstrap server form is:
143+
The general Bootstrap server form is:
145144

146-
.. code-block::
145+
.. code-block::
147146

148-
xxx-xxxxx.region.provider.confluent.cloud:9092
147+
xxx-xxxxx.region.provider.confluent.cloud:9092
149148

150-
.. step:: Find and save your cluster REST endpoint
149+
d) Find and save your cluster REST endpoint
151150

152-
On the :guilabel:`Cluster Settings` page, find your cluster's REST
153-
endpoint.
151+
On the :guilabel:`Cluster Settings` page, find your cluster's REST
152+
endpoint.
154153

155-
The general REST endpoint form is:
154+
The general REST endpoint form is:
156155

157-
.. code-block::
156+
.. code-block::
158157

159-
https://xxx-xxxxx.region.provider.confluent.cloud:443
158+
https://xxx-xxxxx.region.provider.confluent.cloud:443
160159

161160
.. step:: Add the configuration properties to your ``user.properties`` file
162161

0 commit comments

Comments
 (0)