Skip to content

implement basic management console binary

Administrator requested to merge console-binary into management-console

Created by: ggilmore

  • Move cmd/frontend/dbconn to a new pkg/dbconn since both the frontend and management-console binaries need to access postgres anyway
  • Create management console binary with two routes:
    • /get -> returns the latest core configuration file that was saved to postgres
    • /update -> updates the latest version of core that's saved in postgres
  • Write plumbing to add the management console binary to Procfile, ci pipeline, etc.

Merge request reports

Loading