rrivirr / rriv-cloud

MIT License
0 stars 1 forks source link

Get vault injector working with chirpstack pod #1

Open ZavenArra opened 3 days ago

ZavenArra commented 3 days ago

In order to give database credentials to a pod, the injector must run before the application launches. We think the way to do this is by writing a customer launch command that waits for credentials file to be written by the injector, and then sources it before launch the app (app is postgres in this case)

ZavenArra commented 3 days ago

This seems like it might be easier than we were thinking actually.