Build for Deploy/Kuberenetes/APIManager failing #109
-
Hi, Using release tag: release-4.6.0_RC4 Please find full Jenkins logs: Started by user Pawan Verma
[Pipeline] sh
[Pipeline] // ansiColor
[Pipeline] stage
PLAY [local] ******************************************************************* TASK [check for kong db migration] ********************************************* TASK [kong-migration : check if tables are existing in kong postgres database] *** TASK [kong-migration : run kong migrations for first run if tables are empty] *** PLAY RECAP ********************************************************************* [Pipeline] } [Pipeline] // ansiColor [Pipeline] stage
[Pipeline] // ansiColor [Pipeline] stage
[Pipeline] // ansiColor |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please check if Kong support such authentication mechanisms? https://docs.konghq.com/gateway-oss/0.14.x/ |
Beta Was this translation helpful? Give feedback.
Please check if Kong support such authentication mechanisms? https://docs.konghq.com/gateway-oss/0.14.x/
If it doesn't, there is nothing we can do from Sunbird end. I would advise you to reach out to kong devs on their forums.
Other option would be to use an auth which is supported. You could also explore pgpool and pgbouncer if it fits your usecase as an intermediary between kong and postgres.