spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 77 forks source link

Question: Just wondering if we can use configuration file when backend deployment #34

Closed AyaAkl25 closed 2 years ago

AyaAkl25 commented 3 years ago

So because we will be adding the database username and password when deploying the backend, is there another way to build this with a configuration file so that we could encrypt the password/username.

Thank you :)

ecamacho commented 3 years ago

How are you deploying? You can rely on your cloud provider to do this. For instance, if you're using Kubernetes you can use Secrets.

BalestraPatrick commented 2 years ago

Going to close this issue since it doesn't seem related to XCMetrics itself, but rather on how to deploy securely a backend which widely depends on which cloud provider you're deploying to.