Skip to content

Commit 7745a07

Browse files
authored
Update proc-configuring-record-encryption-filter.adoc
make YAML valid Signed-off-by: Sam Barker <[email protected]>
1 parent 24f0f77 commit 7745a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v0.7.0/_files/modules/record-encryption/proc-configuring-record-encryption-filter.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For information on deploying Kroxylicious, see the link:{github}[samples and exa
2828
filters:
2929
- type: RecordEncryption
3030
config:
31-
kms:<kms_service_name> # <1>
31+
kms: <kms_service_name> # <1>
3232
kmsConfig:
3333
<kms_specific_config> # <2>
3434
# ...
@@ -57,4 +57,4 @@ NOTE: `encryptionDekRefreshAfterWriteSeconds` and `encryptionDekExpireAfterWrite
5757

5858
. Verify that the encryption has been applied to the specified topics by producing messages through the proxy and then consuming directly and indirectly from the Kafka cluster.
5959

60-
NOTE: If the filter is unable to find the key in the KMS, the filter passes through the records belonging to that topic in the produce request without encrypting them.
60+
NOTE: If the filter is unable to find the key in the KMS, the filter passes through the records belonging to that topic in the produce request without encrypting them.

0 commit comments

Comments
 (0)