Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pongo Shell fails to start Kong #628

Open
Tieske opened this issue Sep 25, 2024 · 1 comment
Open

Pongo Shell fails to start Kong #628

Tieske opened this issue Sep 25, 2024 · 1 comment

Comments

@Tieske
Copy link
Member

Tieske commented Sep 25, 2024

KONG_VERSION=3.4.x pongo up
[pongo-INFO] Resolved Kong version '3.4.x' to '3.4.2'
[+] Running 2/2
 ✔ Network pongo-4b86a90c               Crea...                          0.0s
 ✔ Container pongo-4b86a90c-postgres-1  Started                          0.1s

Then go inside the container

➜ KONG_VERSION=3.4.x pongo shell
[pongo-INFO] Resolved Kong version '3.4.x' to '3.4.2'

                /~\
  ______       C oo
  | ___ \      _( ^)
  | |_/ /__  _/__ ~\ __   ___
  |  __/ _ \| '_ \ / _ `|/ _ \
  | | | (_) | | | | (_| | (_) |
  \_|  \___/|_| |_|\__, |\___/
                    __/ |
                   |___/  v2.13.0

Kong version: 3.4.2


Stopping after installing dependencies for kong-plugin-myplugin 0.1.0-1

Kong auto-reload is enabled for custom-plugins and dbless-configurations. Once you
have started Kong, it will automatically reload to reflect any changes in the files.
Use 'pongo tail' on the host to verify, or do 'export KONG_RELOAD_CHECK_INTERVAL=0' in
this shell to disable it.

Get started quickly with the following aliases/shortcuts:
  kms   - kong migrations start; wipe/initialize the database and start Kong clean,
          optionally importing declarative configuration if available.
  kdbl  - kong start dbless; start Kong in dbless mode, requires a declarative configuration.
  ks    - kong start; starts Kong with the existing database contents (actually a restart).
  kp    - kong stop; stop Kong.
  kx    - export the current Kong database to a declarative configuration file.
  kauth - setup authentication (RBAC and GUI-auth).

Inside the container run kms

[Kong-3.4.2:kong-plugin:/kong]$ kms
Error: headers: invalid entry 'x-kong-request-id'

reported by @liyangau

@Tieske
Copy link
Member Author

Tieske commented Sep 26, 2024

weird, I can only reproduce this on the kong-plugin template repo, whilst running Pongo in other directories, it just works so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant