Skip to content

fix: quote dashboard credentials in kong.yml to handle special characters#692

Closed
everettbu wants to merge 2 commits into
masterfrom
fix/kong-yaml-special-chars
Closed

fix: quote dashboard credentials in kong.yml to handle special characters#692
everettbu wants to merge 2 commits into
masterfrom
fix/kong-yaml-special-chars

Conversation

@everettbu

Copy link
Copy Markdown

Mirror of supabase/supabase#42028
Original author: 7ttp


Summary

Kong fails to start when DASHBOARD_PASSWORD contains special YAML characters like @.

Problem

The kong.yml template uses unquoted environment variable placeholders for dashboard credentials.
When DASHBOARD_PASSWORD starts with special characters like @,
the substituted YAML becomes invalid and Kong fails to parse the configuration file.

Solution

Quote the DASHBOARD_USERNAME and DASHBOARD_PASSWORD placeholders in kong.yml to ensure valid YAML after environment variable substitution.

Related

  • Closes #42023

Summary by CodeRabbit

  • Chores
    • Updated configuration syntax for authentication credentials.

✏️ Tip: You can customize this high-level summary in your review settings.

@everettbu everettbu added the self-hosted Related to self-hosted Supabase label Jan 21, 2026
@everettbu

Copy link
Copy Markdown
Author

Upstream PR was closed or merged. Code is synced via branch mirror.

@everettbu everettbu closed this Jan 23, 2026
@everettbu
everettbu deleted the fix/kong-yaml-special-chars branch January 23, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

self-hosted Related to self-hosted Supabase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants