@@ -67,96 +67,95 @@ Steps
67
67
The following API keys are found in the Confluent Cloud console. For more
68
68
information, see `Use API Keys <https://docs.confluent.io/cloud/current/access-management/authenticate/api-keys/api-keys.html>`__.
69
69
70
- .. procedure::
71
70
72
- .. step:: Configure Confluent Cloud API keys
73
71
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
76
73
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`.
79
76
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.
81
81
82
- 2. Create a service account and grant granular access.
82
+ - Create a service account and grant granular access.
83
83
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.
86
86
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``.
90
90
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>`__.
93
93
94
- .. step:: Configure Kafka cluster API keys
94
+ b) Configure Kafka cluster API keys
95
95
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.
99
99
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``.
103
103
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>`__.
106
106
107
107
.. step:: Gather more configuration information
108
108
109
109
You'll find your environment ID, cluster ID, Bootstrap server, and cluster REST
110
110
endpoint in the Confluent Cloud console. For more information, see
111
111
`Confluent Cloud Documentation <https://docs.confluent.io/cloud/current/overview.html>`__.
112
112
113
- .. procedure::
114
113
115
- .. step:: Find and save your environment ID
114
+ a) Find and save your environment ID
116
115
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.
120
119
121
- The general environment ID form is:
120
+ The general environment ID form is:
122
121
123
- .. code-block::
122
+ .. code-block::
124
123
125
- env-ab1cde
124
+ env-ab1cde
126
125
127
- .. step:: Find and save your cluster ID
126
+ b) Find and save your cluster ID
128
127
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.
131
130
132
- The general cluster ID form is:
131
+ The general cluster ID form is:
133
132
134
- .. code-block::
133
+ .. code-block::
135
134
136
- abc-1test2
135
+ abc-1test2
137
136
138
- .. step:: Find and save your cluster's Bootstrap server
137
+ c) Find and save your cluster's Bootstrap server
139
138
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.
143
142
144
- The general Bootstrap server form is:
143
+ The general Bootstrap server form is:
145
144
146
- .. code-block::
145
+ .. code-block::
147
146
148
- xxx-xxxxx.region.provider.confluent.cloud:9092
147
+ xxx-xxxxx.region.provider.confluent.cloud:9092
149
148
150
- .. step:: Find and save your cluster REST endpoint
149
+ d) Find and save your cluster REST endpoint
151
150
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.
154
153
155
- The general REST endpoint form is:
154
+ The general REST endpoint form is:
156
155
157
- .. code-block::
156
+ .. code-block::
158
157
159
- https://xxx-xxxxx.region.provider.confluent.cloud:443
158
+ https://xxx-xxxxx.region.provider.confluent.cloud:443
160
159
161
160
.. step:: Add the configuration properties to your ``user.properties`` file
162
161
0 commit comments