In order to avoid direct connectivity between aet.sh and Apache Karaf all HTTP endpoints should be proxied via AET web server (report app). At the time of writing only /api is exposed this way, but there are 2 others: /suite and /xuint. This PR adds reverse proxy rules for both of them and adjusts AET_WEB_API variable accordingly.
In order to avoid direct connectivity between
aet.sh
and Apache Karaf all HTTP endpoints should be proxied via AET web server (report app). At the time of writing only/api
is exposed this way, but there are 2 others:/suite
and/xuint
. This PR adds reverse proxy rules for both of them and adjustsAET_WEB_API
variable accordingly.Full flow from
aet.sh
perspective: