Skip to content

Commit 47e8279

Browse files
authored
Merge pull request #41 from SamBarker/envelopeEncryptionToRecordEncryption
Update references to `EnvelopeEncryption` to be `RecordEncryption`.
2 parents a9cf30d + 82a6991 commit 47e8279

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

_includes/footer.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ <h5>Projects</h5>
7373
JUnit5 Extension
7474
</a>
7575
</li>
76-
<li class="mb-2">
77-
<a class="text-body link-underline-dark link-underline-opacity-0 link-underline-opacity-10-hover" href="https://github.com/kroxylicious/topic-encryption">
78-
Topic Encryption
79-
</a>
80-
</li>
8176
</ul>
8277
</div>
8378
<div class="col-6 col-lg-2 mb-3 text-lg-end">

_use_cases/encryption-at-rest.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ of a design flaw or bug are significant (confidentiality breach).
6666
Having the applications encrypt/decrypt data themselves, whilst technically feasible, is not really a tenable solution
6767
at the scale required for most enterprises.
6868

69-
#### Kroxylicious Topic Encryption
69+
#### Kroxylicious Record Encryption
7070

71-
The Kroxylicious Topic Encryption feature offers a solution to the problem. The proxy takes the responsibility
71+
The Kroxylicious Record Encryption feature offers a solution to the problem. The proxy takes the responsibility
7272
to encrypt and decrypt the messages. In this way, the Kafka Brokers never see the plain text content of
7373
the message thus ensuring confidentiality. Encryption is introduced into the system without requiring changes to
7474
either applications or the Kafka Cluster.
@@ -99,7 +99,7 @@ are encrypted and some remain unencrypted are supported.
9999

100100
| ![image](../assets/encryption-at-rest_solution.png){:width="100%"} |
101101
|:------------------------------------------------------------------:|
102-
| *Kroxylicious Topic Encryption Deployment[^2]* |
102+
| *Kroxylicious Record Encryption Deployment[^2]* |
103103

104104
<br/>
105105

assets/2023-12-19-release-0_4_0-ee-overview.excalidraw

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,11 +1134,11 @@
11341134
"locked": false,
11351135
"fontSize": 20,
11361136
"fontFamily": 1,
1137-
"text": "EnvelopeEncryption\nFilter",
1137+
"text": "RecordEncryption\nFilter",
11381138
"textAlign": "center",
11391139
"verticalAlign": "top",
11401140
"containerId": null,
1141-
"originalText": "EnvelopeEncryption\nFilter",
1141+
"originalText": "RecordEncryption\nFilter",
11421142
"lineHeight": 1.25,
11431143
"baseline": 43
11441144
},
@@ -2941,4 +2941,4 @@
29412941
"lastRetrieved": 1702920460701
29422942
}
29432943
}
2944-
}
2944+
}

assets/encryption-at-rest_solution.excalidraw

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,11 +1027,11 @@
10271027
"locked": false,
10281028
"fontSize": 20,
10291029
"fontFamily": 1,
1030-
"text": "EnvelopeEncryption\nFilter",
1030+
"text": "RecordEncryption\nFilter",
10311031
"textAlign": "center",
10321032
"verticalAlign": "top",
10331033
"containerId": null,
1034-
"originalText": "EnvelopeEncryption\nFilter",
1034+
"originalText": "RecordEncryption\nFilter",
10351035
"lineHeight": 1.25,
10361036
"baseline": 43
10371037
},
@@ -5121,5 +5121,4 @@
51215121
"created": 1699280980485,
51225122
"lastRetrieved": 1702920460701
51235123
}
5124-
}
5125-
}
5124+
}

0 commit comments

Comments
 (0)