sunglim / systemtrading

my first system trading application
MIT License
0 stars 0 forks source link

Feature: Secret management system integration #84

Closed sunglim closed 9 months ago

sunglim commented 9 months ago

https://cloud.google.com/secret-manager/docs/creating-and-accessing-secrets#secretmanager-create-secret-go

There could be multiple instances. Each instances send API call to get a secret. However, the server(KoreaInvestment) doesn't response if the call is made within 1 minutes.

It's required to have a single instances to request secrets to the server.

sunglim commented 9 months ago

Resolves https://github.com/sunglim/systemtrading/issues/83