File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/products/kafka/howto Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ if Kafka clients cannot install or trust the default project CA.
201201 1 . Set the value to ** Enabled** .
202202 1 . Click ** Save configurations** .
203203
204- The Connection information section on the <ConsoleLabel name =" overview " /> page now
204+ The ** Connection information** on the <ConsoleLabel name =" overview " /> page now
205205supports SASL connections using either Project CA or Public CA.
206206
207207</TabItem >
@@ -268,7 +268,7 @@ resource "aiven_kafka" "example_kafka" {
268268
269269 ``` hcl
270270 data "aiven_service_component" "sc1" {
271- project = aiven_kafka.example_project .project
271+ project = aiven_kafka.kafka .project
272272 service_name = aiven_kafka.example_kafka.service_name
273273 component = "kafka"
274274 route = "dynamic"
@@ -283,7 +283,7 @@ resource "aiven_kafka" "example_kafka" {
283283::: note
284284
285285- The public certificate is issued and validated by [ Let's Encrypt] ( https://letsencrypt.org ) ,
286- widely trusted certification authority. For details, see
286+ a widely trusted certification authority. For details, see
287287 [ How It Works] ( https://letsencrypt.org/how-it-works )
288288
289289- When enabling the public CA over a PrivateLink connection, network configuration may
You can’t perform that action at this time.
0 commit comments