From c0c5af51383819fe171cc765e251fc442e9740d7 Mon Sep 17 00:00:00 2001 From: YumeiWang Date: Fri, 6 Oct 2023 22:09:51 -0400 Subject: [PATCH 1/4] use term "API" correctly Signed-off-by: YumeiWang --- .github/vale/styles/Klaw/branding.yml | 3 ++- .../clusterconnectivity/aiven-kafka-cluster-ssl-protocol.md | 2 +- .../aiven-kafka-connect-cluster-ssl-protocol.md | 2 +- .../aiven-karapace-cluster-ssl-protocol.md | 6 +++--- .../confluent-cloud-kafka-cluster-ssl-protocol.md | 2 +- .../clusterconnectivity/kafka-cluster-sasl-ssl-protocol.md | 2 +- .../HowTo/clusterconnectivity/kafka-cluster-ssl-protocol.md | 2 +- docs/HowTo/clusterconnectivity/klaw-core-with-clusterapi.md | 2 +- docs/HowTo/clusterconnectivity/sr-cluster-ssl-protocol.md | 2 +- docs/HowTo/installation/run-source.md | 4 ++-- docs/Releases/release110.md | 2 +- docs/Releases/release240.md | 2 +- docs/Releases/release250.md | 4 ++-- docs/Releases/release251.md | 4 ++-- 14 files changed, 20 insertions(+), 19 deletions(-) diff --git a/.github/vale/styles/Klaw/branding.yml b/.github/vale/styles/Klaw/branding.yml index 8267b865..043c404c 100644 --- a/.github/vale/styles/Klaw/branding.yml +++ b/.github/vale/styles/Klaw/branding.yml @@ -24,4 +24,5 @@ swap: "type[ -]?scripts?": TypeScript "(?i)ssl": SSL "(? Date: Tue, 10 Oct 2023 09:58:34 -0400 Subject: [PATCH 2/4] revise according to the review Signed-off-by: YumeiWang --- .github/vale/styles/Klaw/branding-warning-temp.yml | 1 - .github/vale/styles/Klaw/branding.yml | 3 +-- .../clusterconnectivity/aiven-kafka-cluster-ssl-protocol.md | 2 +- .../aiven-kafka-connect-cluster-ssl-protocol.md | 2 +- .../aiven-karapace-cluster-ssl-protocol.md | 6 +++--- .../confluent-cloud-kafka-cluster-ssl-protocol.md | 2 +- .../clusterconnectivity/kafka-cluster-sasl-ssl-protocol.md | 2 +- .../HowTo/clusterconnectivity/kafka-cluster-ssl-protocol.md | 2 +- docs/HowTo/clusterconnectivity/klaw-core-with-clusterapi.md | 2 +- docs/HowTo/clusterconnectivity/sr-cluster-ssl-protocol.md | 2 +- docs/HowTo/installation/run-source.md | 4 ++-- docs/Releases/release110.md | 2 +- docs/Releases/release250.md | 2 +- docs/Releases/release251.md | 2 +- 14 files changed, 16 insertions(+), 18 deletions(-) diff --git a/.github/vale/styles/Klaw/branding-warning-temp.yml b/.github/vale/styles/Klaw/branding-warning-temp.yml index 96f42708..2e1808b2 100644 --- a/.github/vale/styles/Klaw/branding-warning-temp.yml +++ b/.github/vale/styles/Klaw/branding-warning-temp.yml @@ -6,6 +6,5 @@ ignorecase: true # Vale will ignore any alerts that match the intended form. swap: "(? Date: Wed, 11 Oct 2023 10:46:08 -0400 Subject: [PATCH 3/4] format Signed-off-by: YumeiWang --- .github/vale/styles/Klaw/branding.yml | 3 ++- docs/Releases/release240.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/vale/styles/Klaw/branding.yml b/.github/vale/styles/Klaw/branding.yml index 8267b865..043c404c 100644 --- a/.github/vale/styles/Klaw/branding.yml +++ b/.github/vale/styles/Klaw/branding.yml @@ -24,4 +24,5 @@ swap: "type[ -]?scripts?": TypeScript "(?i)ssl": SSL "(? Date: Thu, 12 Oct 2023 15:27:03 -0400 Subject: [PATCH 4/4] fix github checks Signed-off-by: YumeiWang --- .../aiven-kafka-connect-cluster-ssl-protocol.md | 2 +- .../clusterconnectivity/aiven-karapace-cluster-ssl-protocol.md | 3 +-- docs/Releases/release110.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/HowTo/clusterconnectivity/aiven-kafka-connect-cluster-ssl-protocol.md b/docs/HowTo/clusterconnectivity/aiven-kafka-connect-cluster-ssl-protocol.md index 2e6b4023..424a02a1 100644 --- a/docs/HowTo/clusterconnectivity/aiven-kafka-connect-cluster-ssl-protocol.md +++ b/docs/HowTo/clusterconnectivity/aiven-kafka-connect-cluster-ssl-protocol.md @@ -52,7 +52,7 @@ Kafka Connect service with Klaw using SSL protocol: the copy icon that is available on the right-hand side of each cluster row. -8. In the `application.properties` file for [cluster-API] (klaw/cluster-api/src/main/resources) module, configure Aiven for Apache Kafka Connect credentials copied from Aiven console: +8. In the `application.properties` file for [`cluster-api`](klaw/cluster-api/src/main/resources) module, configure Aiven for Apache Kafka Connect credentials copied from Aiven console: `clusterid.klaw.kafkaconnect.credentials=username:password` diff --git a/docs/HowTo/clusterconnectivity/aiven-karapace-cluster-ssl-protocol.md b/docs/HowTo/clusterconnectivity/aiven-karapace-cluster-ssl-protocol.md index f828fa87..a38cbcb3 100644 --- a/docs/HowTo/clusterconnectivity/aiven-karapace-cluster-ssl-protocol.md +++ b/docs/HowTo/clusterconnectivity/aiven-karapace-cluster-ssl-protocol.md @@ -44,8 +44,7 @@ registry cluster with Klaw using SSL protocol: 6. In the **Schema Registry Environments** section, click **Add Environment** and enter the details to add your schema registry environment. Click **Save**. -7. Open the `application.properties` file for [`cluster-api`] - (klaw/cluster-api/src/main/resources) modules. +7. Open the `application.properties` file for [`cluster-api`](klaw/cluster-api/src/main/resources) modules. 8. Copy the **Cluster ID** from the **Clusters** page using the copy icon that is available on the right-hand side of each cluster row. diff --git a/docs/Releases/release110.md b/docs/Releases/release110.md index 64e11a56..0e5ce761 100644 --- a/docs/Releases/release110.md +++ b/docs/Releases/release110.md @@ -18,7 +18,7 @@ improvements. connect to Apache Kafka clusters. - Enabled JWT-based authentication: Enabled JWT-based authentication to connect to Klaw Cluster API. You can configure - klaw.clusterapi.access.base64.secret in both core and Cluster API + klaw.clusterapi.access.base64.secret in both core and Klaw Cluster API modules to enable this authentication between APIs. - Connect to multiple clusters using SSL: This release includes the functionality to configure Klaw to connect to multiple Apache Kafka