summaryrefslogtreecommitdiff
path: root/groot-examples
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-09-27 19:37:49 +0800
committerdoufenghu <[email protected]>2024-09-27 19:37:49 +0800
commit815e819cbd16e944964ea91875a0943f5565f98c (patch)
treed924a9dfd8ec4707608c5d449e5f75d18443b89d /groot-examples
parentf5381de61ece2697082a8eead7b00601108bde2c (diff)
[Improve][Common] add client SSL mutual authentication config.v1.7.0-SNAPSHOT
Diffstat (limited to 'groot-examples')
-rw-r--r--groot-examples/end-to-end-example/src/main/resources/grootstream.yaml7
1 files changed, 4 insertions, 3 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 20c71f5..2c352a2 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
@@ -20,9 +20,10 @@ grootstream:
key_path: <vault-key-path>
ssl:
- disabled: false
- cert_path: ./config/ssl/cert.pem
- private_key_path: ./config/ssl/key.pem
+ enabled: true
+ cert_file: ./config/ssl/cert.pem
+ key_file: ./config/ssl/key.pem
+ require_client_auth: true
properties:
hos.path: http://192.168.44.12:9098/hos