kaleido-io / quorum-tools

Easily set up Quorum networks using Raft or IBFT with docker
Apache License 2.0
9 stars 17 forks source link

Switch to using /qdata_decrypted for all key materials #6

Closed jimthematrix closed 6 years ago

jimthematrix commented 6 years ago

This step switches the nodekey and generated accounts' password file to the copy in /qdata_decrypted, which once Key Vault integration is added, will be the location for the useable files after decryption. note that /qdata_decrypted is a special folder mounted via --tmpfs (using k8s "emptyDir": { "medium": "Memory" } mount type), so that the decrypted files will never be persisted on disk