Layer7 API Management

Expand all | Collapse all

could not access admin services on gateway -> API gateway running on local docker (mac)

  • 1.  could not access admin services on gateway -> API gateway running on local docker (mac)

    Posted Nov 08, 2018 11:57 PM

    Pretty much have the base template of the micro api gateway running on my local docker. 

    When trying to connect to the api gateway using policy manager version 9.3

    micro gateway running

    ErrorUsing default connection configuration



  • 2.  Re: could not access admin services on gateway -> API gateway running on local docker (mac)

    Broadcom Employee
    Posted Nov 09, 2018 03:36 AM

    Hello,

     

    How about connecting to "localhost:443" instead of "0.0.0.0:443"?

    "0.0.0.0" means the container is exposed to all client IP addresses, not the IP address of the container.

     

    Best regards,

    Seiji



  • 3.  Re: could not access admin services on gateway -> API gateway running on local docker (mac)

    Posted Nov 11, 2018 06:04 PM

    Fails immediately.



  • 4.  Re: could not access admin services on gateway -> API gateway running on local docker (mac)
    Best Answer

    Broadcom Employee
    Posted Nov 12, 2018 01:51 AM

    Sorry. I overlooked your API Gateway was placed behind the load balancer.

    You need to expose any HTTPS ports (8443 and/or 9443) of your Container Gateway for the Policy Manager as described in this page:

    Connect the Policy Manager in Docker - CA API Gateway - 9.3 - CA Technologies Documentation 

     

    Best regards,

    Seiji