Allow the user to set different DH keys for different sinks. For example, if I wish to use two sinks, both of which should be encrypted with different keys, I can set the DH private key for the first sink with the environment variable DH_PRIV_KEY_1 and I can set the other private key with the DH_PRIV_KEY_2 environment variable. Then I would set these variables in my config.hcl file:
Description of changes:
Allow the user to set different DH keys for different sinks. For example, if I wish to use two sinks, both of which should be encrypted with different keys, I can set the DH private key for the first sink with the environment variable
DH_PRIV_KEY_1
and I can set the other private key with theDH_PRIV_KEY_2
environment variable. Then I would set these variables in my config.hcl file:By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.