genesis-community / concourse-genesis-kit

A Genesis Kit for Concourse CI/CD
MIT License
6 stars 13 forks source link

No prompt for external-db feature in Genesis New #72

Open ryanmriddell opened 2 years ago

ryanmriddell commented 2 years ago

While we have an external-db feature in the kit, when genesis new is ran, it does not prompt for the usage of an external-db.

This is important because when the external-db.yml is used it only determines the password by a vault path (referenced in the previously mentioned external-db.yml on line 26. There is a way around it by doing genesis add-secrets, but the intended usage of the kit is to prompt us during genesis new for the password/other external-db information(host, port, etc).

norman-abramovitz commented 2 years ago

Added code for to resolve this issue in PR #75