summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author王宽 <[email protected]>2024-11-08 03:14:35 +0000
committer王宽 <[email protected]>2024-11-08 03:14:35 +0000
commitfc5cfd45a472784b8e21480639d6753e73b021f1 (patch)
tree5d637c0495c91239517efb8a7e7c0e98ead81a00 /config
parent7868728ddbe3dc08263b1d21b5ffce5dcd9b8052 (diff)
parent46475bc4b47a61a578086ed7720aa53ef24fe077 (diff)
Merge branch 'improve/uuidv5' into 'release/1.7.0'release/1.7.0
[Improve][Encrypt] Enhance Encrypt is applied to encryption at transit and... See merge request galaxy/platform/groot-stream!134
Diffstat (limited to 'config')
-rw-r--r--config/grootstream.yaml17
-rw-r--r--config/grootstream_job_example.yaml4
2 files changed, 10 insertions, 11 deletions
diff --git a/config/grootstream.yaml b/config/grootstream.yaml
index ec661f0..0420196 100644
--- a/config/grootstream.yaml
+++ b/config/grootstream.yaml
@@ -13,22 +13,21 @@ grootstream:
- 004390bc-3135-4a6f-a492-3662ecb9e289
kms:
- # local:
- # type: local
- # secret_key: .geedgenetworks.
+ local:
+ type: local
vault:
type: vault
- url: https://192.168.40.223:8200
- username: tsg_olap
- password: tsg_olap
+ url: https://192.168.44.12:8200
+ username: galaxy
+ password: Galaxy2019#
default_key_path: tsg_olap/transit
plugin_key_path: tsg_olap/plugin/gmsm
ssl:
skip_verification: true
- ca_certificate_path: ./config/ssl/root.pem
- certificate_path: ./config/ssl/worker.pem
- private_key_path: ./config/ssl/worker.key
+ ca_certificate_path: ./config/ssl/ca.crt
+ certificate_path: ./config/ssl/server.crt
+ private_key_path: ./config/ssl/server.key
properties:
hos.path: http://192.168.44.12:9098/hos
diff --git a/config/grootstream_job_example.yaml b/config/grootstream_job_example.yaml
index 8c7a1b1..aa7379a 100644
--- a/config/grootstream_job_example.yaml
+++ b/config/grootstream_job_example.yaml
@@ -66,7 +66,7 @@ application:
env:
name: example-inline-to-print
parallelism: 3
- shade.identifier: sm4
+ shade.identifier: aes
kms.type: vault
pipeline:
object-reuse: true
@@ -78,7 +78,7 @@ application:
hos.bucket.name.http_file: traffic_http_file_bucket
hos.bucket.name.eml_file: traffic_eml_file_bucket
hos.bucket.name.policy_capture_file: traffic_policy_capture_file_bucket
- projection.encrypt.schema.registry.uri: 192.168.44.12:9999/v1/schema/session_record?option=encrypt_fields
+ projection.encrypt.schema.registry.uri: 192.168.44.12:9999/v1/database/table/session_record/schema?option=encrypt_fields
topology:
- name: inline_source
downstream: [decoded_as_split]