-
-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
86 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
.../portals/kafka/redpanda/docker-field-encryption/application_team_consumer/ockam-node.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
relay: consumer | ||
# Declare Kafka Inlet, bind on localhost. | ||
# The destination is the 'redpanda_outlet_node' node, reachable through | ||
# the project relay named 'redpanda'. | ||
kafka-inlet: | ||
from: 127.0.0.1:9092 | ||
to: /project/default/service/forward_to_redpanda/secure/api | ||
avoid-publishing: true | ||
encrypted-field: pii | ||
allow-producer: producer | ||
allow: redpanda |
30 changes: 0 additions & 30 deletions
30
...and/portals/kafka/redpanda/docker-field-encryption/application_team_consumer/run_ockam.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
.../kafka/redpanda/docker-field-encryption/application_team_producer/kafka_client.dockerfile
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
.../portals/kafka/redpanda/docker-field-encryption/application_team_producer/ockam-node.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Declare Kafka Inlet, bind on localhost. | ||
# The destination is the 'redpanda operator node, reachable through | ||
# the project relay named 'redpanda'. | ||
kafka-inlet: | ||
from: 127.0.0.1:9092 | ||
to: /project/default/service/forward_to_redpanda/secure/api | ||
consumer: /project/default/service/forward_to_consumer/secure/api | ||
avoid-publishing: true | ||
encrypted-field: pii | ||
allow-consumer: consumer | ||
allow: redpanda |
30 changes: 0 additions & 30 deletions
30
...and/portals/kafka/redpanda/docker-field-encryption/application_team_producer/run_ockam.sh
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
examples/command/portals/kafka/redpanda/docker-field-encryption/ockam.dockerfile
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
.../command/portals/kafka/redpanda/docker-field-encryption/redpanda_operator/ockam-node.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This node will be reachable in the project | ||
# using the address 'forward_to_redpanda'. | ||
relay: redpanda | ||
|
||
# Declare a Kafka Outlet, with a local destination. | ||
kafka-outlet: | ||
bootstrap-server: ${REDPANDA_ADDRESS}:9092 | ||
allow: inlet |
23 changes: 0 additions & 23 deletions
23
...les/command/portals/kafka/redpanda/docker-field-encryption/redpanda_operator/run_ockam.sh
This file was deleted.
Oops, something went wrong.