mirror of
https://github.com/jwadow/kiro-gateway.git
synced 2026-04-25 01:15:57 +03:00
[PR #79] fix(docker): remove :ro from kiro-cli SQLite volume mount #76
Labels
No labels
bug
bug
enhancement
enhancement
fixed
fixed
invalid
needs-info
needs-testing
pull-request
question
upstream
wontfix
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kiro-gateway-jwadow#76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jwadow/kiro-gateway/pull/79
Author: @kilhyeonjun
Created: 2/12/2026
Status: 🔄 Open
Base:
main← Head:fix/sqlite-volume-readonly📝 Commits (1)
5cd82dbfix(docker): remove :ro from kiro-cli SQLite volume mount (#78)📊 Changes
10 files changed (+18 additions, -18 deletions)
View changed files
📝
AGENTS.md(+1 -1)📝
README.md(+2 -2)📝
docker-compose.yml(+1 -1)📝
docs/es/README.md(+2 -2)📝
docs/id/README.md(+2 -2)📝
docs/ja/README.md(+2 -2)📝
docs/ko/README.md(+2 -2)📝
docs/pt/README.md(+2 -2)📝
docs/ru/README.md(+2 -2)📝
docs/zh/README.md(+2 -2)📄 Description
Summary
Fixes #78
The kiro-cli SQLite database volume is documented as
:ro(read-only), butauth.pywrites refreshed tokens back to it via_save_credentials_to_sqlite(). This causes silent failures:After container restart, stale tokens are loaded → authentication failures → downstream
Connection error/HTTP 504.Changes
Removed
:rofrom kiro-cli SQLite volume mount in:docker-compose.ymlREADME.mdAGENTS.mddocs/ja/,docs/ru/,docs/pt/,docs/zh/,docs/ko/,docs/id/,docs/es/)Test
_save_credentials_to_sqlite()succeeds without errors🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.