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 /groot-examples | |
| parent | 2a7fe1b1b17c65d21b798cbf6a3d18f2c67baadc (diff) | |
[Feature][Common] Add SSL configuration options for secure API/UI access to the vault system.
Diffstat (limited to 'groot-examples')
| -rw-r--r-- | groot-examples/end-to-end-example/src/main/resources/grootstream.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/groot-examples/end-to-end-example/src/main/resources/grootstream.yaml b/groot-examples/end-to-end-example/src/main/resources/grootstream.yaml index cc670b7..20c71f5 100644 --- a/groot-examples/end-to-end-example/src/main/resources/grootstream.yaml +++ b/groot-examples/end-to-end-example/src/main/resources/grootstream.yaml @@ -19,6 +19,11 @@ grootstream: token: <vault-token> key_path: <vault-key-path> + ssl: + disabled: false + 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 |
