Skip to content

Commit c97faef

Browse files
update: content
1 parent fc267b4 commit c97faef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/products/kafka/howto/kafka-sasl-auth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
205205
supports 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

0 commit comments

Comments
 (0)