mcp-context-forge
mcp-context-forge copied to clipboard
[Bug]: The Helm deployment encounters an error, causing the pod to restart.
🐞 Bug Summary
Briefly describe the issue or unexpected behavior.
In Charts folder -> values ->
SSO_ISSUERS: "" # optional JSON array of issuer URLs for SSO providers
SSO_ISSUERS is defined as empty string which is giving below error pasted in logs.
We need to change it to
SSO_ISSUERS: "[]"
🧩 Affected Component
Select the area of the project impacted:
- [ ]
mcpgateway- API - [ ]
mcpgateway- UI (admin panel) - [ ]
mcpgateway.wrapper- stdio wrapper - [ ] Federation or Transports
- [ ] CLI, Makefiles, or shell scripts
- [ ] Container setup (Docker/Podman/Compose)
- [ ] Other (explain below)
🔁 Steps to Reproduce
- ...
- ...
- ...
🤔 Expected Behavior
What should have happened instead?
📓 Logs / Error Output
06:35:22 - mcpgateway.config - WARNING - 🔑 SECURITY WARNING - auth_encryption_secret: Secret has low entropy. Consider using a more random value.
Failed to read config file: gunicorn.config.py
Traceback (most recent call last):
File "/app/.venv/lib64/python3.12/site-packages/gunicorn/app/base.py", line 110, in get_config_from_filename
spec.loader.exec_module(mod)
File "
🧠 Environment Info
You can retrieve most of this from the /version endpoint.
| Key | Value |
|---|---|
| Version or commit | e.g. v0.9.0 or main@a1b2c3d |
| Runtime | e.g. Python 3.11, Gunicorn |
| Platform / OS | e.g. Ubuntu 22.04, macOS |
| Container | e.g. Docker, Podman, none |
🧩 Additional Context (optional)
Add any configuration details, flags, or related issues.