SoftwareAG / webmethods-api-control-plane

webMethods API Control Plane enables centralized platform to manage API Mangement products. It offers functionalities to make decisions based on the performance metrics and patterns. Repository hosting tutorials, code samples, OpenAPI specification files and postman collections.
Apache License 2.0
6 stars 4 forks source link

Error running docker-compose -f control-plane-beta.yaml up -d #34

Closed kalpshekhar-sag closed 10 months ago

kalpshekhar-sag commented 10 months ago

After successful login, I get the following error while running docker-compose -f control-plane-beta.yaml up -d

Pulling ingress (ghcr.io/softwareag/webmethods-api-control-plane/ingress:latest)... ERROR: denied

Kumarapandian commented 10 months ago

The issue was with the access permission for the PAT used to the github packages.

After providing the proper access, and updating the docker-compose setup in the VM, the application started properly.