Skip to content

Commit 105b515

Browse files
committed
Shuffle page images into their own dir for consistency
rh-pre-commit.version: 2.0.1 rh-pre-commit.check-secrets: ENABLED
1 parent f38f820 commit 105b515

7 files changed

+11
-12
lines changed

_use_cases/encryption-at-rest.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ in addition to any in-house compliance requirements.
1818
The problem is made more complex if the enterprise has opted to utilise a Cloud Kafka Service as the confidential
1919
data is now residing in the clear on the file systems of the service provider.
2020

21-
| ![image](../assets/pages/encryption-at-rest_problem.png){:width="100%"} |
21+
| ![image]({{'/assets/pages/images/encryption-at-rest_problem.png' | absolute_url}}){:width="100%"} |
2222
|:-----------------------------------------------------------------:|
2323
| *Problem: Plain text records readable by the Kafka Admins* |
2424

@@ -97,9 +97,9 @@ encryption keys are to be used to encrypt the records of which topics. Uses case
9797
are encrypted and some remain unencrypted are supported.
9898

9999

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

104104
<br/>
105105

File renamed without changes.
File renamed without changes.
File renamed without changes.

overview.markdown

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ a Kafka Service offered by a cloud provider.
2828

2929
A key concept in Kroxylicious is the Filter. It is these that layer additional behaviours into the Kafka system.
3030

31-
| ![image](/assets/pages/overview.png){:width="100%"} |
31+
| ![image]({{'/assets/pages/images/overview.png' | absolute_url}}){:width="100%"} |
3232
|:---------------------------------------------------:|
3333
| *Overview* |
3434

@@ -42,9 +42,9 @@ their response counterparts, or both.
4242
Kroxylicious ships with some pre-built filters of its own (see [use-cases](../use-cases)). There is also the Filter API
4343
that lets you build custom filters, to fit your own use-case.
4444

45-
| ![image](/assets/pages/filter.png){:width="100%"} |
46-
|:-------------------------------------------------:|
47-
| *Request/Response Filtering* |
45+
| ![image]({{'/assets/pages/images/filter.png' | absolute_url}}){:width="100%"} |
46+
|:----------------------------------------------------:|
47+
| *Request/Response Filtering* |
4848

4949

5050
##### Filter Chains
@@ -54,10 +54,9 @@ Filters are composable, meaning you can chain filters together to build complex
5454
For example, you may choose to build a filter chain compromising a policy enforcement filter together with an
5555
audit filter to suit the requirements of your use-case.
5656

57-
58-
| ![image](/assets/pages/filter-chain.png){:width="100%"} |
59-
|:----------------------------------------------------:|
60-
| *Filter Chains* |
57+
| ![image]({{'/assets/pages/images/filter-chain.png' | absolute_url}}){:width="100%"} |
58+
|:----------------------------------------------------------:|
59+
| *Filter Chains* |
6160

6261
##### Performance
6362

0 commit comments

Comments
 (0)