AMRC-FactoryPlus / amrc-connectivity-stack

The AMRC Connectivity Stack (ACS) is an open-source implementation of the AMRC's Factory+ framework
https://factoryplus.app.amrc.co.uk
MIT License
13 stars 2 forks source link

Create an inital discovery endpoint #185

Open amrc-benmorrow opened 10 months ago

amrc-benmorrow commented 10 months ago

Create an endpoint for initial discovery bootstrapping, given nothing but the base cluster domain name.

The main traefik configuration then needs adjusting to serve (or redirect to) this endpoint from the base cluster URL. This should only happen for machine access, i.e. with Accept: application/json or something similar. We want to keep the option for human access to be redirected to some human interface, like the Manager.

amrc-benmorrow commented 5 months ago

There is the start of an implementation of this in the acs-admin repo, though this isn't integrated into the ACS monorepo yet.