Add an endpoint to the Gateway that the UI can hit. Only users with their role currently set to aerie_admin can activate it, all other requests will be rejected.
The endpoint will invoke all three Mission Model Extraction events via the Hasura Metadata API..
The Merlin Events will need their invoke manually set to true.
Backend ticket for https://github.com/NASA-AMMOS/aerie-ui/issues/1326
Add an endpoint to the Gateway that the UI can hit. Only users with their role currently set to
aerie_admin
can activate it, all other requests will be rejected.The endpoint will invoke all three Mission Model Extraction events via the Hasura Metadata API..
The Merlin Events will need their
invoke manually
set totrue
.