I am trying to call an api deployed on the 3scale API SaaS platform(provided by redhat as trial).I wanted to check with the APICAST deployed outside the hosted 3scale envirnment provided by redhat which would connect to the SaaS platform I currently have(hosted by redhat trial).
However to do this i have deployed the docker on my AWS using the following command
docker run --name apicast --rm -p 443:8080 -e THREESCALE_PORTAL_ENDPOINT=https://<ACCESS_TOKEN>@<3SCALE_MNGMT_ROUTE> registry.redhat.io/3scale-amp2/apicast-gateway-rhel8:3scale2.9
where access token=token I generated on 3scale.I have then published the changes in my 3scale api and hence get a curl to call the api
However when i make the call using postman I get the following error
I have been stuck with this for quite some time.Could anyone please point me in the right direction?