konveyor/operator

Support single-user install

Closed this issue · 0 comments

We need to support the use case of: A (single) user install on a Laptop.
For single user:

  • set envar AUTH_REQUIRED on the UI and hub pods. For single user, AUTH_REQUIRED=false.
  • do not install keycloak.

In both cases, install pathfinder using an image built from tackle2-pathfinder (instead of tackle-pathfinder). This image will have AUTH disabled. We'll deal with pathfinder API auth elsewhere.