diff options
| author | 侯晋川 <[email protected]> | 2024-10-28 18:03:42 +0800 |
|---|---|---|
| committer | 侯晋川 <[email protected]> | 2024-10-28 18:03:42 +0800 |
| commit | 8055b40a031833562308e7d7fcae9c923eec9880 (patch) | |
| tree | 1a8fbb8cefc3ba14245d207d17705536829c08b8 /config/grootstream_job_example.yaml | |
| parent | 152fa429b30717cbb5964973f43c8ca0d5a22218 (diff) | |
[feature][core] 优化Encrypt和HMAC函数。新增Encrypt单元测试feature/udf-encrypt
Diffstat (limited to 'config/grootstream_job_example.yaml')
| -rw-r--r-- | config/grootstream_job_example.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/grootstream_job_example.yaml b/config/grootstream_job_example.yaml index 8f27609..8c7a1b1 100644 --- a/config/grootstream_job_example.yaml +++ b/config/grootstream_job_example.yaml @@ -66,6 +66,8 @@ application: env: name: example-inline-to-print parallelism: 3 + shade.identifier: sm4 + kms.type: vault pipeline: object-reuse: true execution: @@ -76,6 +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 topology: - name: inline_source downstream: [decoded_as_split] |
