Background
We deploy our ecosystems via bluegreen. It's mostly a manual process at the moment, and an aspirational end goal would be to fully automate it.
Currently though, it is only possible to create a GALASA_TOKEN manually via the UI.
So when a new ecosystem is installed, we can't start using it fully until a user has logged into the UI and generated a new token via My Settings.
If we want automation to deploy the ecosystem and log in, this would need to be scriptable. A REST API endpoint seems most sensible?
Tasks
Background
We deploy our ecosystems via bluegreen. It's mostly a manual process at the moment, and an aspirational end goal would be to fully automate it.
Currently though, it is only possible to create a GALASA_TOKEN manually via the UI.
So when a new ecosystem is installed, we can't start using it fully until a user has logged into the UI and generated a new token via
My Settings.If we want automation to deploy the ecosystem and log in, this would need to be scriptable. A REST API endpoint seems most sensible?
Tasks