Skip to content

Commit

Permalink
Merge pull request #239 from yunkon-kim/patch-config.yaml-to-deploy-t…
Browse files Browse the repository at this point in the history
…he-agent

Change end-to-end encryption option to false
  • Loading branch information
yunkon-kim authored Mar 10, 2022
2 parents c4684d7 + 7efe489 commit a6cb2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poc-cb-net/scripts/1.deploy-cb-network-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ admin_web:
cb_network:
cladnet_id: "${CLADNET_ID}"
host_id: "${HOST_ID}"
is_encrypted: true # false is default.
is_encrypted: false # false is default.
# A config for the grpc as follows:
grpc:
Expand Down
2 changes: 1 addition & 1 deletion poc-cb-net/scripts/2.re-deploy-cb-network-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ admin_web:
cb_network:
cladnet_id: "${CLADNET_ID}"
host_id: "${HOST_ID}"
is_encrypted: true # false is default.
is_encrypted: false # false is default.
# A config for the grpc as follows:
grpc:
Expand Down

0 comments on commit a6cb2db

Please sign in to comment.