summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-09-19 16:53:58 +0800
committerdoufenghu <[email protected]>2024-09-19 16:53:58 +0800
commit3fbdebc7cf9fb3f524623fc7e8dbe7217d55deeb (patch)
tree4946f96c8a5bf894e3e55fee3f2706284bff506e /config
parentb2213266389975a4fa504022917b80f357c34f24 (diff)
[Feature][KMS] Support KMS configurations for developing ecnrypt functions.
Diffstat (limited to 'config')
-rw-r--r--config/template/grootstream_job_template.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/template/grootstream_job_template.yaml b/config/template/grootstream_job_template.yaml
index ad93ded..b26fbb2 100644
--- a/config/template/grootstream_job_template.yaml
+++ b/config/template/grootstream_job_template.yaml
@@ -446,7 +446,8 @@ application: # [object] Application Configuration
env: # [object] Define job runtime environment variables
name: inline-to-print-job # [string] Job Name
parallelism: 3 # [number] Job-Level Parallelism
- shade.identifier: default # [string] Shade Identifier, Using to encrypt and decrypt sensitive configuration. Support enum: default, aes, base64. if set default, it will not encrypt and decrypt sensitive configuration.
+ shade.identifier: default # [string] Config Shade Identifier, Using to encrypt and decrypt sensitive configuration. Support enum: default, aes, base64. if set default, it will not encrypt and decrypt sensitive configuration.
+ kms.type: local # [string] Key Management Service Type, default is local. Support enum: local, vault.
pipeline:
object-reuse: true # [boolean] Object Reuse, default is false