Questions tagged [konga]

35 questions
0
votes
3 answers

Error creating a connection to Postgresql while preparing konga database

After installing Konga, we are trying to prepare Konga database on the already running Postgresql database. by using suggested command i.e. node ./bin/konga.js prepare --adapter postgres --uri postgresql://localhost:5432/konga But we are facing the…
Nitin G
  • 714
  • 7
  • 31
0
votes
1 answer

How does User Registration work while using an API Gateway

I was reading up about API Gateways (Kong) and I wanted to integrate it into my application. Every tutorial I've seen creates consumers for the services using Kong API or through a dashboard like Konga. I already have a user registration/auth…
Rahul R
  • 11
  • 2
0
votes
1 answer

Authentication Error while running Konga in docker-compose

I have a docker-compose file starting kong and konga services. Kong starts correctly but konga fails with the error below: debug: Preparing database... Using postgres DB Adapter. Failed to connect to DB { error: password authentication failed for…
Denn
  • 447
  • 1
  • 6
  • 27
0
votes
1 answer

In kubernetes + konga + kong, what is the correct configuration of the connection between konga and kong?

I'm new at Kubernetes and Kong. I have running Kubernetes by Docker Desktop and installed Kong and Konga. Konga is running at http://localhost:1337. When I tried to add some connection, I'm not sure what is the correct Kong Admin URL. It's not clear…
Nico Este
  • 1
  • 1
0
votes
1 answer

Cannot run konga docker in production mode

I'm using this image pantsel/konga and deploy it to openshift but I get this error error: Bootstrap encountered an error: (see below) error: Error: EACCES: permission denied, mkdir './kongadata/uploads' Here is my dockerfile FROM…
Akashii
  • 2,251
  • 3
  • 17
  • 29
1 2
3