Getting following in the log while starting Docker Microgateway in CentOS Host (no K8, GCP or AKS, CF, OS).
using pluginDir
using plugin dir /opt/apigee/plugins
sequenced plugin not found: router
command I am using
sudo docker run -P -p 8000:8000 -d --name edgemicro -v /volume/mount:/opt/apigee/plugins -v /var/tmp:/opt/apigee/logs -e EDGEMICRO_PROCESS=4 -e EDGEMICRO_ORG=myorg -e EDGEMICRO_ENV=prod -e EDGEMICRO_KEY=correct_key -e EDGEMICRO_SECRET=correct_secret -e EDGEMICRO_CONFIG="$EDGEMICRO_CONFIG" -e SERVICE_NAME=edgemicro --security-opt=no-new-privileges --cap-drop=ALL gcr.io/apigee-microgateway/edgemicro:latest
I have done git pull of router plugin
[centos@ip plugins]$ pwd
/usr/lib/node_modules/edgemicro/plugins
[centos@ip plugins]$ sudo git clone https://github.com/srinandan/router.git
Cloning into 'router'...
remote: Enumerating objects: 38, done.
remote: Total 38 (delta 0), reused 0 (delta 0), pack-reused 38
Unpacking objects: 100% (38/38), done.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |