diff options
Diffstat (limited to 'config/grootstream.yaml')
| -rw-r--r-- | config/grootstream.yaml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/config/grootstream.yaml b/config/grootstream.yaml index fdefe44..ec661f0 100644 --- a/config/grootstream.yaml +++ b/config/grootstream.yaml @@ -11,21 +11,24 @@ grootstream: files: - 64af7077-eb9b-4b8f-80cf-2ceebc89bea9 - 004390bc-3135-4a6f-a492-3662ecb9e289 + kms: - local: - type: local + # local: + # type: local + # secret_key: .geedgenetworks. vault: type: vault - url: <vault-url> - token: <vault-token> - key_path: <vault-key-path> + url: https://192.168.40.223:8200 + username: tsg_olap + password: tsg_olap + default_key_path: tsg_olap/transit + plugin_key_path: tsg_olap/plugin/gmsm ssl: - enabled: false - cert_file: ./config/ssl/cert.pem - key_file: ./config/ssl/key.pem - require_client_auth: false - + skip_verification: true + ca_certificate_path: ./config/ssl/root.pem + certificate_path: ./config/ssl/worker.pem + private_key_path: ./config/ssl/worker.key properties: hos.path: http://192.168.44.12:9098/hos |
