Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Add conditions for TLS configuration of the internal RPC node
Browse files Browse the repository at this point in the history
Signed-off-by: anastasia prasolova <[email protected]>
  • Loading branch information
anastasia prasolova authored and aprasolova committed Jul 6, 2023
1 parent 6bb4745 commit 9236f86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,17 @@ neofs_ir__default_config:
enabled: True
address: '{{ neofs_ir__pprof_address }}:{{ neofs_ir__pprof_port }}'

- enabled: '{{ neofs_ir__blockchain_tls_rpc_enabled }}'
options:
morph:
consensus:
rpc:
tls:
enabled: True
listen: '{{ neofs_ir__blockchain_tls_rpc_addresses }}'
cert_file: '{{ neofs_ir__blockchain_tls_rpc_cert }}'
key_file: '{{ neofs_ir__blockchain_tls_rpc_key }}'

neofs_ir__config: []
neofs_ir__group_config: []
neofs_ir__host_config: []
Expand Down

0 comments on commit 9236f86

Please sign in to comment.