| So maybe we can do the following:
- In the provision dialog add an option for the UPS URL + API token and give the user instructions on how to create this token.
- Store the token in an environment variable so that the config operator can use it
- If an external UPS is given, don't deploy UPS, only deploy the config operator
- include the token header in every request to UPS
- The dashboard should work as usual: the user will have to autnenticate against oauth just like with a local UPS
What do you think? |