You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only check for the port we listen on to error out. e.g. if it's running on port 8443, but idpbuilder was instructed to run on port 8000, we will error out early.
We need to expand this to error out early when certain running config and given configs are different. They are:
use-path-routing
Port
hostname
extra-ports
kind-config
protocol
Once errored out, we need to instruct people to recreate.
The text was updated successfully, but these errors were encountered:
Currently we only check for the port we listen on to error out. e.g. if it's running on port 8443, but idpbuilder was instructed to run on port 8000, we will error out early.
We need to expand this to error out early when certain running config and given configs are different. They are:
Once errored out, we need to instruct people to recreate.
The text was updated successfully, but these errors were encountered: