alphagov/paas-cf-conduit

Conduit does not warn you if using the wrong CLI program for a service

Closed this issue · 0 comments

46bit commented

Conduit allows running a command. For instance if connecting to a Postgres database you can directly run psql against it by cf conduit your-postgres -- psql. But Conduit does not warn you if running psql (or the equivalent for other services) against the wrong type of service. This has confused PaaS support and is reasonably likely to confuse other people.