IBMStockTrader/portfolio

Private keys should not be checked into github, or baked into docker image.

Opened this issue · 0 comments

Keys for microservices should be supplied as configuration via k8s secrets, having them present in github kinda defeats the purpose of them being secret.

This is a placeholder issue to track removal of the keys, updating the project to use k8s secret provisioned keys, and adding the documentation to cover the creation of the secrets.