diff options
| author | doufenghu <[email protected]> | 2024-09-26 11:52:43 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-09-26 11:52:43 +0800 |
| commit | f5381de61ece2697082a8eead7b00601108bde2c (patch) | |
| tree | 3d04a44d5164d3676661996c4430721bff73c70c /config | |
| parent | 2a7fe1b1b17c65d21b798cbf6a3d18f2c67baadc (diff) | |
[Feature][Common] Add SSL configuration options for secure API/UI access to the vault system.
Diffstat (limited to 'config')
| -rw-r--r-- | config/grootstream.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/grootstream.yaml b/config/grootstream.yaml index e01fda3..d78376d 100644 --- a/config/grootstream.yaml +++ b/config/grootstream.yaml @@ -11,6 +11,21 @@ grootstream: files: - 64af7077-eb9b-4b8f-80cf-2ceebc89bea9 - 004390bc-3135-4a6f-a492-3662ecb9e289 + kms: + local: + type: local + vault: + type: vault + url: <vault-url> + token: <vault-token> + key_path: <vault-key-path> + + ssl: + disabled: true + cert_path: ./config/ssl/cert.pem + private_key_path: ./config/ssl/key.pem + + properties: hos.path: http://192.168.44.12:9098/hos hos.bucket.name.traffic_file: traffic_file_bucket |
