upb-uc4 / lagom-core

Repository for the micro service backend using lagom.
Apache License 2.0
6 stars 0 forks source link

Secret generation #321

Open lrschaef opened 4 years ago

lrschaef commented 4 years ago

We currently use only one secret for everything. After the Kafka Encryption is merged, we should use the newly specified master-secret to generate the other secrets, instead of using only one for everything. (Note that the Kafka Secret is already generated from the master-secret, but in the code of the Encryption Utility.)